An open API service indexing awesome lists of open source software.

https://github.com/jeffreyhyer/edmunds

Edmunds Vehicle API
https://github.com/jeffreyhyer/edmunds

api api-client api-wrapper automobile edmunds-api php php7 vehicle vin

Last synced: about 1 month ago
JSON representation

Edmunds Vehicle API

Awesome Lists containing this project

README

        

# Edmunds API

## Installation
Add the following to your `composer.json` file:
```json
{
"require": {
"jeffreyhyer/edmunds": "dev-master"
}
}
```
And run `composer install` or `composer update` to install the correct
version of the package.

## Usage
*TODO: Generate docs and put them in the `/docs/` directory*

### API Key
*TODO: Instructions for applying for an API Key through Edmunds/Mashery*

### Quick Start
```php
vehicle()->vin('12345678901234567');
```