Skip to content

djam90/check-mot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check MOT

A simple PHP wrapper around the DVLA MOT history API

Installation

composer require djam90/check-mot

Usage

    <?php
    
    $key = "your_api_key";
    $api = new Djam90\CheckMot\Api($key);

    $history = $api->getMotHistory("reg_number_here");

About

A PHP wrapper for the UK DVLA MOT history API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages