Skip to content

Simple library for getting vehicle data by license plate number.

Notifications You must be signed in to change notification settings

jeffreyvr/rdw-opendata-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages