dannyvw/laravel-postcodenl

http://api.postcode.nl integration in Laravel
1,473 3
Install
composer require dannyvw/laravel-postcodenl
PHP:>=5.4.0
License:MIT
Last Updated:Nov 30, 2014
Links: GitHub  ·  Packagist
Maintainer: dannyvw

PostcodeNL Api Laravel

This package helps you integrating the Postcode.nl API into your Laravel project.

Requirements

  • PHP >=5.4
  • Laravel
  • Guzzle >= 3.8

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

Dannyvw\LaravelPostcodeNL is licensed under the MIT License.

Copyright 2014 Danny van Wijk

Related Packages

cline/postal-code

Validates and formats postal codes for all countries with a Laravel-first approa...

6,435 0
api-postcode/api-postcode-laravel

Laravel package for api-postcode

5,441 3
heivin/chinese-package

Common Chinese development resources in Laravel

37 0
nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x & 12.x

233,780 98