PHPackages                             unicodeveloper/mvrd - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. unicodeveloper/mvrd

ActiveLibrary[API Development](/categories/api)

unicodeveloper/mvrd
===================

Unofficial Motor Vehicle Registration Information Search Portal Library

1.0.0(9y ago)5254MITPHP ^5.4|^7.0

Since Dec 15Compare

[ Source](https://github.com/unicodeveloper/mvrd)[ Packagist](https://packagist.org/packages/unicodeveloper/mvrd)[ RSS](/packages/unicodeveloper-mvrd/feed)WikiDiscussions Synced yesterday

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

Mvrd library - Grab all the Nigerian Vehicles Data!!!
=====================================================

[](#mvrd-library---grab-all-the-nigerian-vehicles-data)

[![Latest Stable Version](https://camo.githubusercontent.com/f5c7c79f219354f0c069c04125ac5942134d1775cff55511e36551cdc06f942f/68747470733a2f2f706f7365722e707567782e6f72672f756e69636f646576656c6f7065722f6d7672642f762f737461626c652e737667)](https://packagist.org/packages/unicodeveloper/jusibe-php-lib)[![License](https://camo.githubusercontent.com/31ce244eb7b8f75d157f5e1586489f24ee82e1b154d548a19d74d51b96ef6467/68747470733a2f2f706f7365722e707567782e6f72672f756e69636f646576656c6f7065722f6d7672642f6c6963656e73652e737667)](LICENSE.md)[![](https://camo.githubusercontent.com/984f6792e3d81e34b782c12770dfd5e6153ea75f5e71d8e668933b988ba1a81f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f756e69636f646576656c6f7065722d617070726f7665642d627269676874677265656e2e737667)](https://camo.githubusercontent.com/984f6792e3d81e34b782c12770dfd5e6153ea75f5e71d8e668933b988ba1a81f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f756e69636f646576656c6f7065722d617070726f7665642d627269676874677265656e2e737667)[![Build Status](https://camo.githubusercontent.com/e98bf4d6307f97a3ef3707ef207802358a5c685b6801351fdb8608e0e69c7605/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f756e69636f646576656c6f7065722f6a75736962652d7068702d6c69622e737667)](https://travis-ci.org/unicodeveloper/jusibe-php-lib)[![Coveralls](https://camo.githubusercontent.com/0ed33b2b2542eef7f44434e1861b634755e0f39e0404f084f707d3ff3b86303f/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f756e69636f646576656c6f7065722f6a75736962652d7068702d6c69622f6d61737465722e737667)](https://coveralls.io/github/unicodeveloper/jusibe-php-lib?branch=master)[![Quality Score](https://camo.githubusercontent.com/99c8d2c206d0d3dbf2bbdb4778a5f22c53c42adca58a2ddfbd7e0da72cb72006/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f756e69636f646576656c6f7065722f6a75736962652d7068702d6c69622e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/unicodeveloper/jusibe-php-lib)[![Total Downloads](https://camo.githubusercontent.com/23d03882934abcd2672687cb3e22e725d5310332c37fce9adb41b68eeebe443b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f756e69636f646576656c6f7065722f6d7672642e7376673f7374796c653d666c61742d737175617265)](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:

[![Plate Number Result](https://cloud.githubusercontent.com/assets/2946769/21285119/1e414f42-c430-11e6-98a5-7c6af945f440.png)](https://cloud.githubusercontent.com/assets/2946769/21285119/1e414f42-c430-11e6-98a5-7c6af945f440.png)

Installation
------------

[](#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
-----

[](#usage)

Available methods for use right now are:

```
/**
 * Get Vehicle Details
 * @param  none
 * @return array
 */
$mvrd->getData();
```

### Grab the Vehicle Details

[](#grab-the-vehicle-details)

```
