PHPackages                             wubs/postcode-api - 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. wubs/postcode-api

ActiveLibrary[API Development](/categories/api)

wubs/postcode-api
=================

Communicates with the postcodeapi.nu api

1.1.43(11y ago)0301PHPPHP &gt;=5.5

Since Apr 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/megawubs/postcode-api)[ Packagist](https://packagist.org/packages/wubs/postcode-api)[ RSS](/packages/wubs-postcode-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (14)Used By (1)

Laravel Postcode API
====================

[](#laravel-postcode-api)

This is a simple laravel package to use the dutch postcode api.

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

[](#installation)

To install this library into your project simply do the following in your project root:

```
composer require wubs/zip:1.1.*
```

### Laravel specific

[](#laravel-specific)

If you use Laravel, add `'Wubs\Zip\ZipServiceProvider',` to `app/config.php` in the providers array and add `'Zip' =>  'Wubs\Zip\Facades\Zip',` to the aliases array, also in `app/config.php`.

Usage
-----

[](#usage)

You can use the facade like this:

```
