Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

RDW Open Data

Simple library for getting vehicle data by license plate number.

Data source: https://opendata.rdw.nl

Installation

composer require jeffreyvanrossum/rdw-opendata-php:^1.0

Example usage

You call the static get method on the RDW class. You can pass two parameters: license and data.

use RDWOA\RDW;

$data = RDW::get('90FPDP');

echo $data->merk;
$data = RDW::get('90FPDP', 'brandstof');

echo $data->brandstof_omschrijving;

Possible data sets

  • info
  • brandstof
  • carrosserie
  • carrosserieSpecifiek
  • voertuigklasse

About

Simple library for getting vehicle data by license plate number.

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages