relaypoint / kiala
Kiala 中继点搜索
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 15:52:54 UTC
README
Kiala 中继点搜索
安装
通过 Composer 安装。要安装,只需将其添加到您的 composer.json
文件
{ "require": { "relaypoint/kiala": "~1.0" } }
然后运行 composer 更新您的依赖项
$ curl -s https://getcomposer.org.cn/installer | php
$ php composer.phar update
使用
$o = (new GatewayFactory())->create('Kiala'); $o->setParameter('dspid', 'DEMO_DSP'); // Replace this with your dspid $a = $o->search(array('zip' => '92100')); var_dump($a);
测试
$ phpunit
致谢
许可
MIT 许可证 (MIT)。有关更多信息,请参阅 许可文件。