Download the PHP package victorybiz/geoip-location without Composer
On this page you can find all versions of the php package victorybiz/geoip-location. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download victorybiz/geoip-location
More information about victorybiz/geoip-location
Files in victorybiz/geoip-location
Package geoip-location
Short Description Get the geographical location of website visitors based on their IP addresses. Support Laravel and PHP (Non-Laravel) Project.
License MIT
Informations about the package geoip-location
GeoIP Location
Get the geographical location of website visitors based on their IP addresses. Support Laravel and PHP (Non-Laravel) Project.
Installation
Install using composer, from the command line run:
Laravel Project
Alternatively, you can add "victorybiz/geoip-location": "^1.1"
to your composer.json file's require
section and
then you'll then need to run composer install
or composer update
to download it and have the autoloader updated.
If you use Laravel >= 5.5 you can skip this step and go to
usage
If you use Laravel < 5.5, you need to register the service provider with the application. Open up
config/app.php
and locate theproviders
key.
And add the GeoIPLocation alias to config/app.php:
Usage in Laravel Project
Please use the GeoIPLocation
Facade
PHP (Non-Laravel) Project
Require the vendor autoload file in your php script.
Usage
Localhost IP 127.0.0.1
, 192.168.65.0
, 172.18.0.1
and ::1
will return 169.159.82.111
to assert a valid geo response.
Alternatively
You're good to go, explore the package
Web Services
- geoPlugin - GeoIP Location wrap around geolocation web service from geoPlugin. Don't hesitate to checkout Premium geoPlugin access.
Bug Reports and Issue tracking
Kindly make use of the issue tracker for bug reports, feature request, additional web service request and security issues.