10/02
2016
PHP Library for the Edmunds API
PHP library for the Edmunds Api, (*1)
The library has methods to recieve data from the API., (*2)
Please read the Edmunds API documentation to see what endpoints are available., (*3)
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., (*4)
$ composer require aducworth/edmunds-api-php
Or, (*5)
Add aducworth/edmunds-api-php
to your composer.json
:, (*6)
json
{
"require" : {
"aducworth/edmunds-api-php" : "1.0"
}
}
, (*7)