nixilla / carweb-api-consumer
CarweB API consumer in PHP
Installs: 1 596
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 5
Open Issues: 0
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-10-19 01:21:22 UTC
README
Installation
Via composer:
{ "require": { "nixilla/carweb-api-consumer": "*" } }
Tests
This is copy/paste command
git clone https://github.com/nixilla/carweb-api-consumer.git && \ cd carweb-api-consumer && \ mkdir bin && \ curl -sS https://getcomposer.org/installer | php -- --install-dir=bin && \ ./bin/composer.phar install --dev && \ ./bin/phpunit