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/)

Maintainers

Package info

github.com/dovereem/a2sp-cartalk-api-client

pkg:composer/dovereem/a2sp-cartalk-api-client

Statistics

Installs: 1 358

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.4 2026-01-13 13:56 UTC

This package is auto-updated.

Last update: 2026-03-13 14:26:34 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>');