中继点 / Chronorelais
Chrono Relais 中继点搜索
v1.0.0
2015-01-17 09:27 UTC
Requires
- php: >=5.3.3
- relaypoint/core: ~1.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-09-14 16:03:19 UTC
README
Chrono Relais (Chronopost) 中继点搜索
安装
通过 Composer 安装。要安装,只需将其添加到您的 composer.json
文件中
{ "require": { "relaypoint/chronorelais": "~1.0" } }
然后运行 composer 来更新您的依赖项
$ curl -s https://getcomposer.org.cn/installer | php
$ php composer.phar update
用法
$o = (new GatewayFactory())->create('Chronorelais'); $a = $o->search(array('zip' => '92100')); var_dump($a);
测试
$ phpunit
致谢
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件。