Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 688 Bytes

README.rst

File metadata and controls

34 lines (24 loc) · 688 Bytes

CarweB API consumer in PHP

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