anunatak/postal
Postal
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'
Related Packages
rinvex/addressable
Rinvex Addressable is a polymorphic Laravel package, for addressbook management....
1
1
vlados/laravel-blade-crawler-detect
Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...
5,439
0
wobeto/twitter
Laravel 4 Service Provider to interact with twitter account, like return a colle...
135
1