Download the PHP package szhorvath/laravel-getaddress without Composer
On this page you can find all versions of the php package szhorvath/laravel-getaddress. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download szhorvath/laravel-getaddress
More information about szhorvath/laravel-getaddress
Files in szhorvath/laravel-getaddress
Package laravel-getaddress
Short Description Laravel Package for getaddress.io
License MIT
Homepage https://github.com/szhorvath/laravel-getaddress
Informations about the package laravel-getaddress
laravel-getaddress
Laravel-getaddress provides a wrapper around PeteLawrence/getaddress PHP library.
Installation in Laravel 5.4
You can pull in the package via composer:
You need to add Szhorvath\GetAddress\GetAddressServiceProvider to your config/app.php
providers array:
Add the following environmental variable to your .env
file
You must publish the config file:
Installation in Laravel 5.5 and up
You can pull in the package via composer:
The package will automatically register itself.
Add the following environmental variable to your .env
file
You must publish the config file:
Usage
In a controller you can use the Facade. The GetAddress always returns an array
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Sandor Horvath
- All Contributors
License
The MIT License (MIT). Please see License File for more information.