relaypoint/chronorelais
最新稳定版本:v1.0.0
Composer 安装命令:
composer require relaypoint/chronorelais
包简介
Relay point search for Chrono Relais
README 文档
README
Chrono Relais (Chronopost) Relay point search
Installation
Install via Composer. To install, simply add it
to your composer.json file:
{
"require": {
"relaypoint/chronorelais": "~1.0"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Usage
$o = (new GatewayFactory())->create('Chronorelais'); $a = $o->search(array('zip' => '92100')); var_dump($a);
Testing
$ phpunit
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 757.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-17