dovereem/a2sp-cartalk-api-client

API Client for the A2SP's "Voertuiginfo" API at domain cartalk.nl (https://a2sp.nl/diensten/software-leveranciers/voertuiginfo-api/)

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

This package is auto-updated.

Last update: 2025-07-22 15:12:47 UTC


README

Introduction

This is a simple API client to pull vehicle data from Dutch company A2SP's "Voertuiginfo" API at domain cartalk.nl.

See: https://a2sp.nl/diensten/software-leveranciers/voertuiginfo-api/ for more information.

Usage:

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