PHPackages                             jeffreyvanrossum/rdw-opendata-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jeffreyvanrossum/rdw-opendata-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jeffreyvanrossum/rdw-opendata-php
=================================

Simple RDW Open Data library for PHP.

1.1(6y ago)3897↓87.5%1MITPHP

Since Jul 19Pushed 6y ago2 watchersCompare

[ Source](https://github.com/jeffreyvr/rdw-opendata-php)[ Packagist](https://packagist.org/packages/jeffreyvanrossum/rdw-opendata-php)[ RSS](/packages/jeffreyvanrossum-rdw-opendata-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/673c023cf50094a5d6dfc95bdb94c7ba92d7ad0bdcff288466ed7808895bab40/68747470733a2f2f7472617669732d63692e6f72672f6a65666672657976722f7264772d6f70656e646174612d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jeffreyvr/rdw-opendata-php)

RDW Open Data
=============

[](#rdw-open-data)

Simple library for getting vehicle data by license plate number.

Data source:

Installation
------------

[](#installation)

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

Example usage
-------------

[](#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
------------------

[](#possible-data-sets)

- info
- brandstof
- carrosserie
- carrosserieSpecifiek
- voertuigklasse

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2495d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66ca71465f93459010e10f39821b541f1c00c61233c48bcda0cea8a8d6fb6988?d=identicon)[jeffreyvr](/maintainers/jeffreyvr)

---

Top Contributors

[![jeffreyvr](https://avatars.githubusercontent.com/u/9550079?v=4)](https://github.com/jeffreyvr "jeffreyvr (9 commits)")

---

Tags

kentekenopen-datardw

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jeffreyvanrossum-rdw-opendata-php/health.svg)

```
[![Health](https://phpackages.com/badges/jeffreyvanrossum-rdw-opendata-php/health.svg)](https://phpackages.com/packages/jeffreyvanrossum-rdw-opendata-php)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
