https://github.com/nixilla/carweb-api-consumer
PHP library for CarweB API
https://github.com/nixilla/carweb-api-consumer
Last synced: 6 months ago
JSON representation
PHP library for CarweB API
- Host: GitHub
- URL: https://github.com/nixilla/carweb-api-consumer
- Owner: nixilla
- Created: 2013-05-14T10:17:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T12:21:39.000Z (over 9 years ago)
- Last Synced: 2024-12-03T06:18:03.597Z (6 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
CarweB API consumer in PHP
==========================|Travis|_
.. |Travis| image:: https://travis-ci.org/nixilla/carweb-api-consumer.png?branch=master
.. _Travis: https://travis-ci.org/nixilla/carweb-api-consumerInstallation
------------Via composer:
.. code-block:: json
{
"require": {
"nixilla/carweb-api-consumer": "*"
}
}Tests
-----This is copy/paste command
.. code:: sh
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