freteclick / sdk
Este pacote é responsável por realizar o cálculo de cotações com API Frete Click.
v1.2.33
2024-07-04 20:08 UTC
Requires
- php: >=7.2
- ext-json: *
- guzzlehttp/guzzle: ~6.3
This package is not auto-updated.
Last update: 2026-07-04 00:30:18 UTC
README
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.