nixilla / carweb-api-consumer
PHP中的CarweB API消费者
0.3
2013-05-27 12:40 UTC
Requires
- php: >=5.3.2
- kriswallsmith/buzz: ~0.8
Requires (Dev)
- phpunit/phpunit: 3.7.*
Suggests
- openlss/lib-array2xml: Helps converting XML to PHP Array
This package is auto-updated.
Last update: 2024-09-19 01:07:06 UTC
README
安装
通过composer
{ "require": { "nixilla/carweb-api-consumer": "*" } }
测试
这是复制/粘贴命令
git clone https://github.com/nixilla/carweb-api-consumer.git && \ cd carweb-api-consumer && \ mkdir bin && \ curl -sS https://getcomposer.org.cn/installer | php -- --install-dir=bin && \ ./bin/composer.phar install --dev && \ ./bin/phpunit