dovereem / rdw-api-client
API Client for the RDW (Rijksdienst Wegverkeer) OpenData API (https://opendata.rdw.nl/)
Installs: 1 077
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.3
- guzzlehttp/guzzle: ^6.0
README
Introduction
This is a simple API client to pull vehicle data from the RDW (Rijksdienst Wegverkeer) OpenData API.
See: https://opendata.rdw.nl for more information.
Because this is Open Data provided by the government an API key is not needed.
Usage:
$rdwApiClient = new \DOvereem\RDW\RDWOpenDataApiClient\RDWOpenDataApiClient;
$vehicleData = $rdwApiClient->getLicensedVehicleDataByLicensePlateNumber("AA-BB-CC");