Download the PHP package arimolzer/ipstack-finder without Composer
On this page you can find all versions of the php package arimolzer/ipstack-finder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ipstack-finder
A laravel facade for the ipstack.com API
This Laravel 5.8 package provides a simple to use facade to request data from the ipstack.com geolocation API.
Installation
You can install the package via composer:
The package will be immediately available thanks to Laravel auto discovery.
Configuration
Before making any requests however, you'll need to provide an ipstack.com API key. You can sign up for a free key on their website.
The best way to set the API key is by assigning the IPSTACK_API_KEY
environmental variable in your .env
file. Alternatively, you can publish the packages config file to your application and edit the it directly.
Optionally, you can also set a IPSTACK_DEFAULT_LANGUAGE
environmental variable, which will update the default response language. For language options, see the API documentation.
If you would like to publish the config files, run the below artisan command:
Usage
Once the package is installed, you can call the facade by using the IPFinder facade:
Currently the only available method is IPStackFinderFacade::get(string $ip)
.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Ari Molzer
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of ipstack-finder with dependencies
illuminate/support Version ~5.5|^6|^7
guzzlehttp/guzzle Version ~6.0
ext-json Version *