dovereem / a2sp-cartalk-api-client

cartalk.nl 域名下 A2SP 的 "Voertuiginfo" API 的客户端(https://a2sp.nl/diensten/software-leveranciers/voertuiginfo-api/)

v1.0.3 2022-09-22 09:03 UTC

This package is auto-updated.

Last update: 2024-09-22 13:25:30 UTC


README

简介

这是一个简单的 API 客户端,用于从荷兰公司 A2SP 的 cartalk.nl 域名的 "Voertuiginfo" API 中提取车辆数据。

更多信息请参见: https://a2sp.nl/diensten/software-leveranciers/voertuiginfo-api/

用法

$a2spApiClient = new \DOvereem\A2SP\VehicleInfoApiClient\A2SPVehicleInfoApiClient('<your api username>', '<your api password>');
$vehicleInformation = $a2spApiClient->getVehicleInformationByLicensePlateNumber('<A valid licenseplate number>');