PHPackages                             dannyvw/laravel-postcodenl - 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. [API Development](/categories/api)
4. /
5. dannyvw/laravel-postcodenl

ActiveLibrary[API Development](/categories/api)

dannyvw/laravel-postcodenl
==========================

http://api.postcode.nl integration in Laravel

31.4kPHP

Since Nov 30Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

PostcodeNL Api Laravel
======================

[](#postcodenl-api-laravel)

This package helps you integrating the [Postcode.nl API](http://api.postcode.nl) into your Laravel project.

Requirements
------------

[](#requirements)

- PHP &gt;=5.4
- Laravel
- Guzzle &gt;= 3.8

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

[](#installation)

Require this package with composer using the following command:

```
composer require dannyvw/laravel-postcodenl

```

or add the following to your composer.json file:

```
{
    "require": {
        "dannyvw/laravel-postcodenl": "dev-master"
    }
}

```

Add the ServiceProvider to the providers array in app/config/app.php

```
'Dannyvw\LaravelPostcodenl\LaravelPostcodenlServiceProvider',

```

Add the facade to the aliases array in app/config/app.php

```
'Postcodenl' => 'Dannyvw\LaravelPostcodenl\Facade\Postcodenl',

```

Publish the configuration

```
php artisan config:publish dannyvw/laravel-postcodenl

```

Run composer update

```
composer update

```

License
-------

[](#license)

Dannyvw\\LaravelPostcodeNL is licensed under the [MIT License](http://opensource.org/licenses/MIT).

Copyright 2014 Danny van Wijk

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

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

Maintainers

![](https://www.gravatar.com/avatar/5bfcfc2464cde20f2178e7aeae7a326fd68b4c261ce885af1920614fdba0d4af?d=identicon)[dannyvw](/maintainers/dannyvw)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dannyvw-laravel-postcodenl/health.svg)

```
[![Health](https://phpackages.com/badges/dannyvw-laravel-postcodenl/health.svg)](https://phpackages.com/packages/dannyvw-laravel-postcodenl)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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