https://github.com/nixilla/carweb-api-consumer
PHP library for CarweB API
https://github.com/nixilla/carweb-api-consumer
Last synced: 3 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T12:21:39.000Z (almost 10 years ago)
- Last Synced: 2025-07-28T10:50:30.253Z (5 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- 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-consumer
Installation
------------
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