rhberro / correio-services
Check how much will cost to deliver your package using the Correio's service.
v1.0.0-beta
2016-06-28 14:56 UTC
Requires (Dev)
- phpunit/phpunit: ^5.4
This package is not auto-updated.
Last update: 2024-11-13 20:34:13 UTC
README
Use this package to check how much will cost to deliver your package using the Correio's service.
Installing
Install it using composer
composer require rhberro\correio-services
Getting Started
Price and Deadline
$response = Rhberro\Correios\Request::deadlinePrice('13450044', '13466070', '1.2', '16', '21.8', '15.0', '15.0', '40010');
Price
$response = Rhberro\Correios\Request::price('13450044', '13466070', '1.2', '16', '21.8', '15.0', '15.0', '40010');
Deadline
$response = Rhberro\Correios\Request::deadline('13450044', '13466070', '40010');
Response
$response = Rhberro\Correios\Request::deadline('13450044', '13466070', '40010'); foreach ($response->getServices() as $service) { $code = $service->Codigo; $deadline = $service->Valor; }
Contributing
The contribution guide is not available for now.
License
The Correio Services library is open-sourced software licensed under the MIT license.