PHPackages                             devmobgroup/postcodes-providers - 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. devmobgroup/postcodes-providers

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

devmobgroup/postcodes-providers
===============================

Providers for devmobgroup/postcodes

0.1.0(7y ago)131MITPHPPHP &gt;=7.1

Since Oct 4Pushed 7y ago3 watchersCompare

[ Source](https://github.com/devmobgroup/postcodes-providers)[ Packagist](https://packagist.org/packages/devmobgroup/postcodes-providers)[ RSS](/packages/devmobgroup-postcodes-providers/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Postcodes providers
===================

[](#postcodes-providers)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

### PostcodeAPI.nu

[](#postcodeapinu)

##### Installation

[](#installation)

```
composer require devmobgroup/postcodes-postcode-api-nu

```

##### Usage

[](#usage)

First you should [obtain an API key](https://www.postcodeapi.nu/#pakketten).

```
use DevMob\Postcodes\Providers\PostcodeApiNu\PostcodeApiNu;

$provider = new PostcodeApiNu([
    'key' => 'YOUR_API_KEY',
]);
$address = $provider->lookup('3011ED', '50');
```

### API Postcode

[](#api-postcode)

##### Installation

[](#installation-1)

```
composer require devmobgroup/postcodes-api-postcode

```

##### Usage

[](#usage-1)

A token is required, [obtain one here](https://api-postcode.nl/register).

```
use DevMob\Postcodes\Providers\ApiPostcode\ApiPostcode;

$provider = new ApiPostcode([
    'token' => 'YOUR_TOKEN',
]);
$address = $provider->lookup('3011ED', '50');
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

Unknown

Total

1

Last Release

2779d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43471216?v=4)[DevMob Group](/maintainers/devmobgroup)[@devmobgroup](https://github.com/devmobgroup)

---

Top Contributors

[![devfrey](https://avatars.githubusercontent.com/u/1571879?v=4)](https://github.com/devfrey "devfrey (2 commits)")[![maartenpaauw](https://avatars.githubusercontent.com/u/4550875?v=4)](https://github.com/maartenpaauw "maartenpaauw (1 commits)")

---

Tags

nlphppostcodes

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/devmobgroup-postcodes-providers/health.svg)

```
[![Health](https://phpackages.com/badges/devmobgroup-postcodes-providers/health.svg)](https://phpackages.com/packages/devmobgroup-postcodes-providers)
```

PHPackages © 2026

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