{"id":15646196,"url":"https://github.com/unicodeveloper/mvrd","last_synced_at":"2025-04-30T11:14:12.636Z","repository":{"id":57075437,"uuid":"76566162","full_name":"unicodeveloper/mvrd","owner":"unicodeveloper","description":":car: :oncoming_automobile: Motor Vehicle Registration Information Search Portal Library - Grab All The Data!!!","archived":false,"fork":false,"pushed_at":"2017-02-12T11:14:25.000Z","size":14,"stargazers_count":51,"open_issues_count":1,"forks_count":19,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T11:13:58.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unicodeveloper.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-15T14:22:04.000Z","updated_at":"2024-10-19T20:34:35.000Z","dependencies_parsed_at":"2022-08-24T14:55:43.373Z","dependency_job_id":null,"html_url":"https://github.com/unicodeveloper/mvrd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Fmvrd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Fmvrd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Fmvrd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Fmvrd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicodeveloper","download_url":"https://codeload.github.com/unicodeveloper/mvrd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251687166,"owners_count":21627534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T12:11:46.347Z","updated_at":"2025-04-30T11:14:12.591Z","avatar_url":"https://github.com/unicodeveloper.png","language":"PHP","readme":"# Mvrd library - Grab all the Nigerian Vehicles Data!!!\n\n[![Latest Stable Version](https://poser.pugx.org/unicodeveloper/mvrd/v/stable.svg)](https://packagist.org/packages/unicodeveloper/jusibe-php-lib)\n[![License](https://poser.pugx.org/unicodeveloper/mvrd/license.svg)](LICENSE.md)\n![](https://img.shields.io/badge/unicodeveloper-approved-brightgreen.svg)\n[![Build Status](https://img.shields.io/travis/unicodeveloper/jusibe-php-lib.svg)](https://travis-ci.org/unicodeveloper/jusibe-php-lib)\n[![Coveralls](https://img.shields.io/coveralls/unicodeveloper/jusibe-php-lib/master.svg)](https://coveralls.io/github/unicodeveloper/jusibe-php-lib?branch=master)\n[![Quality Score](https://img.shields.io/scrutinizer/g/unicodeveloper/jusibe-php-lib.svg?style=flat-square)](https://scrutinizer-ci.com/g/unicodeveloper/jusibe-php-lib)\n[![Total Downloads](https://img.shields.io/packagist/dt/unicodeveloper/mvrd.svg?style=flat-square)](https://packagist.org/packages/unicodeveloper/jusibe-php-lib)\n\n\u003e Mvrd Library for PHP\n\nHead over to [lsmvaapvs.org](http://www.lsmvaapvs.org) and input a valid Nigerian Plate Number. Your result would be like so:\n\n![Plate Number Result](https://cloud.githubusercontent.com/assets/2946769/21285119/1e414f42-c430-11e6-98a5-7c6af945f440.png)\n\n## Installation\n\n[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.3+, and [Composer](https://getcomposer.org) are required.\n\nTo get the latest version of mvrd, simply add the following line to the require block of your `composer.json` file.\n\n```\n\"unicodeveloper/mvrd\": \"1.0.*\"\n```\n\nYou'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.\n\n\n## Usage\n\nAvailable methods for use right now are:\n```php\n\n/**\n * Get Vehicle Details\n * @param  none\n * @return array\n */\n$mvrd-\u003egetData();\n```\n\n### Grab the Vehicle Details\n\n```php\n\n\u003c?php\n\n// include your composer dependencies\nrequire_once 'vendor/autoload.php';\n\nuse Unicodeveloper\\Mvrd\\Mvrd;\n\n$plateNumber = 'xxxxxxxxxxxxxx';\n\n$mvrd = new Mvrd($plateNumber);\n$mvrd-\u003egetData();\n\n```\n\n**Response Info for Developer**\n\n![Response](https://cloud.githubusercontent.com/assets/2946769/21230172/5e2a9d54-c2e4-11e6-9456-12b75ca39028.png)\n\n\n### Grab specific Vehicle Detail\n\n```php\n\n\u003c?php\n\n// include your composer dependencies\nrequire_once 'vendor/autoload.php';\n\nuse Unicodeveloper\\Mvrd\\Mvrd;\n\n$plateNumber = 'xxxxxxxxxxxxxx'; //Use correct vehicle plate number, don't try this at home.\n\n$mvrd = new Mvrd($plateNumber);\n$mvrd-\u003egetData()['Color'];\n\n```\nVehicle Information that can be acquired are;\n\n - PlateNumber\n - OwnerName\n - Color\n - Model\n - ChasisNumber\n - VehicleStatus\n - IssueDate\n - ExpiryDate\n\n*Please note that the array keys are case sensitive and can only be used as shown above.* \n\n**Response Info for Developer**\n\n![mvrd](https://cloud.githubusercontent.com/assets/15154504/21583481/20df1ee6-d083-11e6-9734-a5edd7bd8bcd.PNG)\n\n\n### Grab the Vehicle Details with Wrong or Invalid Plate Number\n\n```php\n\n\u003c?php\n\n// include your composer dependencies\nrequire_once 'vendor/autoload.php';\n\nuse Unicodeveloper\\Mvrd\\Mvrd;\n\n$plateNumber = 'xxxxxxxxxxxxxx';\n\n$mvrd = new Mvrd($plateNumber);\n$mvrd-\u003egetData();\n\n```\n\n**Response Info for Developer**\n\n![Check SMS Credits Response](https://cloud.githubusercontent.com/assets/2946769/21229979/bc704824-c2e3-11e6-8562-ec15fa7e2cdb.png)\n\n## Contributing\n\nPlease feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.\n\n## How can I thank you?\n\nWhy 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!\n\nDon't forget to [follow me on twitter](https://twitter.com/unicodeveloper)!\n\nThanks!\nProsper Otemuyiwa.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Fmvrd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funicodeveloper%2Fmvrd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Fmvrd/lists"}