https://github.com/unicodeveloper/mvrd
:car: :oncoming_automobile: Motor Vehicle Registration Information Search Portal Library - Grab All The Data!!!
https://github.com/unicodeveloper/mvrd
Last synced: 9 months ago
JSON representation
:car: :oncoming_automobile: Motor Vehicle Registration Information Search Portal Library - Grab All The Data!!!
- Host: GitHub
- URL: https://github.com/unicodeveloper/mvrd
- Owner: unicodeveloper
- License: mit
- Created: 2016-12-15T14:22:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T11:14:25.000Z (almost 9 years ago)
- Last Synced: 2025-04-30T11:13:58.726Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 51
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mvrd library - Grab all the Nigerian Vehicles Data!!!
[](https://packagist.org/packages/unicodeveloper/jusibe-php-lib)
[](LICENSE.md)

[](https://travis-ci.org/unicodeveloper/jusibe-php-lib)
[](https://coveralls.io/github/unicodeveloper/jusibe-php-lib?branch=master)
[](https://scrutinizer-ci.com/g/unicodeveloper/jusibe-php-lib)
[](https://packagist.org/packages/unicodeveloper/jusibe-php-lib)
> Mvrd Library for PHP
Head over to [lsmvaapvs.org](http://www.lsmvaapvs.org) and input a valid Nigerian Plate Number. Your result would be like so:

## Installation
[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.3+, and [Composer](https://getcomposer.org) are required.
To get the latest version of mvrd, simply add the following line to the require block of your `composer.json` file.
```
"unicodeveloper/mvrd": "1.0.*"
```
You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
## Usage
Available methods for use right now are:
```php
/**
* Get Vehicle Details
* @param none
* @return array
*/
$mvrd->getData();
```
### Grab the Vehicle Details
```php
getData();
```
**Response Info for Developer**

### Grab specific Vehicle Detail
```php
getData()['Color'];
```
Vehicle Information that can be acquired are;
- PlateNumber
- OwnerName
- Color
- Model
- ChasisNumber
- VehicleStatus
- IssueDate
- ExpiryDate
*Please note that the array keys are case sensitive and can only be used as shown above.*
**Response Info for Developer**

### Grab the Vehicle Details with Wrong or Invalid Plate Number
```php
getData();
```
**Response Info for Developer**

## Contributing
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
## How can I thank you?
Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!
Don't forget to [follow me on twitter](https://twitter.com/unicodeveloper)!
Thanks!
Prosper Otemuyiwa.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.