rhberro/correio-services
Composer 安装命令:
composer require rhberro/correio-services
包简介
Check how much will cost to deliver your package using the Correio's service.
README 文档
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.
统计信息
- 总下载量: 298
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-28