rmnanney / adr
For integrating with American Driving Record's WebMVR service.
Installs: 210
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rmnanney/adr
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.8
README
WebMVR ADR Integration
This library provides an easier way to integrate with the WebMVR motor vehicle records service.
Add package to composer.json
{
"require" : {
"rmnanney/adr": "dev-master"
}
}
Please see the example for a quick use-case. Additional examples and proper documentation is on the to-do list.