anunatak / postal
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/anunatak/postal
Requires
- php: >=5.4.0
- illuminate/support: 5.0.*
- parsecsv/php-parsecsv: 0.4.5
This package is not auto-updated.
Last update: 2025-10-01 12:43:12 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'