djam90/check-mot

此包最新版本(0.0.2)没有提供许可信息。

UK DVLA MOT历史API的PHP包装器。

0.0.2 2018-04-10 14:20 UTC

This package is auto-updated.

Last update: 2024-09-25 02:39:54 UTC


README

围绕DVLA MOT历史API的简单PHP包装器

安装

composer require djam90/check-mot

使用

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

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