djam90/check-mot

There is no license information available for the latest version (0.0.2) of this package.

A PHP wrapper for the UK DVLA MOT history API.

0.0.2 2018-04-10 14:20 UTC

This package is auto-updated.

Last update: 2024-04-25 01:46:54 UTC


README

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");