anunatak / postal
There is no license information available for the latest version (dev-master) of this package.
dev-master
2015-03-20 15:07 UTC
Requires
- php: >=5.4.0
- illuminate/support: 5.0.*
- parsecsv/php-parsecsv: 0.4.5
This package is not auto-updated.
Last update: 2024-11-13 08:41:33 UTC
README
Simple usage of the postal codes and places for norwegian places.
Installation
Install using composer:
composer require anunatak/postal
This package is compatible with Laravel 5.
Add the service provider in config/app.php
:
'Anunatak\Postal\PostalServiceProvider',
And add an alias in the same file:
'Postal' => 'Anunatak\Postal\Postal',
Publish the migration for the data
php artisan vendor:publish
Migrate the database
php artisan migrate
Run an update of the postal codes
php artisan postal:update
Usage
Really just one simple function:
$place = Postal::getPlace('6300'); // returns string: 'Ã…ndalsnes'