Skip to content

Frete-Click/SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDK - FRETE CLICK

Este pacote é responsável por realizar o cálculo de cotações com API Frete Click. https://api.freteclick.com.br

Instalação Via Composer

composer require freteclick/sdk

Instalação Via Git

git clone https://github.com/Frete-Click/SDK.git
composer install

Dependências

require
PHP >= 7.2
Ext-json = *
Guzzlehttp/guzzle ~6.3

For guzzle ^5.0 and php ^5.6

git clone https://github.com/Frete-Click/SDK.git
Modify composer.json on line 17 ("php": ">=5.6") and on line 19 ("guzzlehttp/guzzle": ">=5.0")
composer install

Examples

Follow the examples in /examples.