nixilla/carweb-api-consumer

CarweB API consumer in PHP

0.3 2013-05-27 12:40 UTC

This package is auto-updated.

Last update: 2024-03-19 00:02:10 UTC


README

Travis

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