Skip to content
 
 

Repository files navigation

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

Latest Stable Version License Build Status Coveralls Quality Score Total Downloads

Mvrd Library for PHP

Installation

PHP 5.4+ or HHVM 3.3+, and Composer 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:

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

Grab the Vehicle Details

<?php

// include your composer dependencies
require_once 'vendor/autoload.php';

use Unicodeveloper\Mvrd\Mvrd;

$plateNumber = 'xxxxxxxxxxxxxx';

$mvrd = new Mvrd($plateNumber);
$mvrd->getData();

Response Info for Developer

Response

Grab the Vehicle Details with Wrong or Invalid Plate Number

<?php

// include your composer dependencies
require_once 'vendor/autoload.php';

use Unicodeveloper\Mvrd\Mvrd;

$plateNumber = 'xxxxxxxxxxxxxx';

$mvrd = new Mvrd($plateNumber);
$mvrd->getData();

Response Info for Developer

Check SMS Credits Response

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!

Thanks! Prosper Otemuyiwa.

License

The MIT License (MIT). Please see License File for more information.

About

Motor Vehicle Registration Information Search Portal Library - Grab All The Data!!!

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages