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/)
Package info
github.com/dovereem/a2sp-cartalk-api-client
pkg:composer/dovereem/a2sp-cartalk-api-client
v1.0.4
2026-01-13 13:56 UTC
Requires
- php: >=7.3
- ext-json: *
- guzzlehttp/guzzle: ^6.0|^7.0
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>');