PHPackages                             nocksapp/overheid-io - 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. nocksapp/overheid-io

ActiveLibrary

nocksapp/overheid-io
====================

PHP wrapper for Overheid.io

012PHP

Since Apr 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/nocksapp/overheid-io)[ Packagist](https://packagist.org/packages/nocksapp/overheid-io)[ RSS](/packages/nocksapp-overheid-io/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP wrapper for Overheid.io
---------------------------

[](#php-wrapper-for-overheidio)

Require this package via composer.

```
composer require webeau/overheid-io

```

For all options visit:

### Examples Kvk API

[](#examples-kvk-api)

```
use Webeau\Ovio\Kvk;

// Initiation with API key from overheid.io
$ovio = new Kvk($api_key);

// Get company info by kvk number
$data = $ovio->get('35012085');

// Search by postal code
$data = $ovio->search(['filter' => ['postcode' => '3083cz'], 'order' => 'desc']);

// Simple search by postal code
$data = $ovio->searchBy('postcode', '3083cz');

// Get suggestions for given search string
$data = $ovio->suggest('oudet', ['size' => 10, 'fields' => ['handelsnaam', 'straat', 'dossiernummer']])
```

### Examples Rdw API

[](#examples-rdw-api)

```
use Webeau\Ovio\Rdw;

// Initiation with API key from overheid.io
$ovio = new Rdw($api_key);

// Get car info by registration number
$data = $ovio->get('AB-12-CD');

// Search by type
$data = $ovio->search(['filter' => ['merk' => 'bmw'], 'order' => 'desc']);

// Simple search by type
$data = $ovio->searchBy('merk', 'bmw');
```

### Example paging (all APIs)

[](#example-paging-all-apis)

```
$data = $ovio->search([
	'filter' => ['merk' => 'bmw'],
	'order' => 'desc',
	'page' => 1
]);

// After performing api call you can use
// $ovio->next();
// $ovio->prev();
// $ovio->first();
// $ovio->last();
// to fetch next page

$data = $ovio->next();
```

Repo by Webeau
--------------

[](#repo-by-webeau)

[Visit our website](https://webeau.nl)

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

---

Top Contributors

[![nocksapp](https://avatars.githubusercontent.com/u/13950417?v=4)](https://github.com/nocksapp "nocksapp (5 commits)")

### Embed Badge

![Health badge](/badges/nocksapp-overheid-io/health.svg)

```
[![Health](https://phpackages.com/badges/nocksapp-overheid-io/health.svg)](https://phpackages.com/packages/nocksapp-overheid-io)
```

PHPackages © 2026

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