2017 © Pedro Peláez
 

library laravel-postcodenl

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

image

dannyvw/laravel-postcodenl

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

  • Sunday, November 30, 2014
  • by dannyvw
  • Repository
  • 1 Watchers
  • 3 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PostcodeNL Api Laravel

This package helps you integrating the Postcode.nl API into your Laravel project., (*1)

Requirements

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

Installation

Require this package with composer using the following command:, (*2)

composer require dannyvw/laravel-postcodenl

or add the following to your composer.json file:, (*3)

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

Add the ServiceProvider to the providers array in app/config/app.php, (*4)

'Dannyvw\LaravelPostcodenl\LaravelPostcodenlServiceProvider',

Add the facade to the aliases array in app/config/app.php, (*5)

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

Publish the configuration, (*6)

php artisan config:publish dannyvw/laravel-postcodenl

Run composer update, (*7)

composer update

License

Dannyvw\LaravelPostcodeNL is licensed under the MIT License., (*8)

Copyright 2014 Danny van Wijk, (*9)

The Versions

30/11 2014

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Danny van Wijk

laravel postcode postalcode