2017 © Pedro Peláez
 

library check-mot

A PHP wrapper for the UK DVLA MOT history API.

image

djam90/check-mot

A PHP wrapper for the UK DVLA MOT history API.

  • Tuesday, April 10, 2018
  • by djam90
  • Repository
  • 1 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Check MOT

A simple PHP wrapper around the DVLA MOT history API

Installation

composer require djam90/check-mot, (*1)

Usage

    <?php

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

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

The Versions

10/04 2018

dev-master

9999999-dev

A PHP wrapper for the UK DVLA MOT history API.

  Sources   Download

The Requires

 

The Development Requires

by Daniel Twigg

10/04 2018

0.0.2

0.0.2.0

A PHP wrapper for the UK DVLA MOT history API.

  Sources   Download

The Requires

 

The Development Requires

by Daniel Twigg

10/04 2018

0.0.1

0.0.1.0

A PHP wrapper for the UK DVLA MOT history API.

  Sources   Download

The Requires

 

The Development Requires

by Daniel Twigg