Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffreyvr/rdw-opendata-php
Simple library for getting vehicle data by license plate number.
https://github.com/jeffreyvr/rdw-opendata-php
kenteken open-data rdw
Last synced: about 1 month ago
JSON representation
Simple library for getting vehicle data by license plate number.
- Host: GitHub
- URL: https://github.com/jeffreyvr/rdw-opendata-php
- Owner: jeffreyvr
- Created: 2019-07-19T12:46:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T16:04:17.000Z (over 5 years ago)
- Last Synced: 2024-07-03T22:38:25.318Z (5 months ago)
- Topics: kenteken, open-data, rdw
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/jeffreyvr/rdw-opendata-php.svg?branch=master)](https://travis-ci.org/jeffreyvr/rdw-opendata-php)
# 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`.
```php
use RDWOA\RDW;$data = RDW::get('90FPDP');
echo $data->merk;
``````php
$data = RDW::get('90FPDP', 'brandstof');echo $data->brandstof_omschrijving;
```## Possible data sets
* info
* brandstof
* carrosserie
* carrosserieSpecifiek
* voertuigklasse