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
- Host: GitHub
- URL: https://github.com/jeffreyhyer/edmunds
- Owner: JeffreyHyer
- License: mit
- Created: 2016-11-19T17:53:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T22:39:33.000Z (over 7 years ago)
- Last Synced: 2025-01-22T11:47:45.911Z (3 months ago)
- Topics: api, api-client, api-wrapper, automobile, edmunds-api, php, php7, vehicle, vin
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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');
```