rmnanney / adr
For integrating with American Driving Record's WebMVR service.
0.12
2016-02-04 17:35 UTC
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.