PHPackages                             itsonlyjeff/dutch-helpers - 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. itsonlyjeff/dutch-helpers

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

itsonlyjeff/dutch-helpers
=========================

A set of tools to make working with Dutch contact details easier in Laravel.

0.2(1y ago)038MITPHPPHP ^8.2

Since Dec 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/itsonlyjeff/dutch-helpers)[ Packagist](https://packagist.org/packages/itsonlyjeff/dutch-helpers)[ RSS](/packages/itsonlyjeff-dutch-helpers/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Dutch Helpers
=====================

[](#laravel-dutch-helpers)

This Laravel package comes with a toolbox to search for Dutch addresses using zip code and house number. In addition, it extends the validation rules with Dutch telephone number and zip code validation.

Features
--------

[](#features)

- Dutch Phone Number Validation
- Dutch Postal Code Validation
- Find address via Postal Code and House Number

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

[](#installation)

Via Composer

```
$ composer require itsonlyjeff/dutch-helpers:^0.2
```

Basic Usage
-----------

[](#basic-usage)

**RandomController.php**

```
use ItsOnlyJeff\DutchHelpers\Classes\NLPostCodeService;

// ...

$validator = $request->validate([
            'phone' => ['required', 'dutch-phone-number'],
            'zipcode' => ['required', 'dutch-zipcode'],
            'house_number' => ['required', 'numeric'],
        ]);

$location_details = new NLPostCodeService($validator['zipcode'], $validator['house_number']);

$address = $location_details->adres;
$latlon = $location_details->locatie;
// etc...
```

**Response**

```
{
bron: "BAG",
postcode: "2595BG",
huisnummer: "1",
woonplaatsnaam: "'s-Gravenhage",
gemeentenaam: "'s-Gravenhage",
provincienaam: "Zuid-Holland"
provincieafkorting: "ZH"
straatnaam: "Prinses Irenepad"
adres: "Prinses Irenepad"
locatie: array:2 [▼
    0 => "4.32599601"
    1 => "52.08314722"
  ]
percelen: []
buurtnaam: "Bezuidenhout-West"
wijknaam: "Wijk 26 Bezuidenhout"
waterschapsnaam: "Hoogheemraadschap van Delfland"
gekoppeld_appartement: []
}
```

Contributing
------------

[](#contributing)

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance44

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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.

###  Release Activity

Cadence

Every ~419 days

Total

2

Last Release

468d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a31a987332423ede56189685d15914695cea5eef4a44a88c2e0ee1a9e289ac6?d=identicon)[itsonlyjeff](/maintainers/itsonlyjeff)

---

Top Contributors

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

---

Tags

laravelpostcodeadresTelefoonnummer

### Embed Badge

![Health badge](/badges/itsonlyjeff-dutch-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/itsonlyjeff-dutch-helpers/health.svg)](https://phpackages.com/packages/itsonlyjeff-dutch-helpers)
```

###  Alternatives

[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M335](/packages/yajra-laravel-datatables-oracle)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)

PHPackages © 2026

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