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/)
Installs: 1 074
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.3
- ext-json: *
- guzzlehttp/guzzle: ^6.0
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>');