aducworth / edmunds-api-php
PHP Library for the Edmunds API
1.0.0
2016-02-10 13:19 UTC
Requires
- php: >=5.0
This package is not auto-updated.
Last update: 2024-11-23 20:04:20 UTC
README
PHP library for the Edmunds Api
Overview
The library has methods to recieve data from the API.
Please read the Edmunds API documentation to see what endpoints are available.
There is a generic EdmundsApi class included that can work for any v1 or v2 calls, and there is a VehicleApi class that has a few methods available, but is in progress.
Installation
With Composer
$ composer require aducworth/edmunds-api-php
Or
Add aducworth/edmunds-api-php
to your composer.json
:
{ "require" : { "aducworth/edmunds-api-php" : "1.0" } }