Download the PHP package cyber-duck/laravel-maxmind-geolocate without Composer
On this page you can find all versions of the php package cyber-duck/laravel-maxmind-geolocate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cyber-duck/laravel-maxmind-geolocate
More information about cyber-duck/laravel-maxmind-geolocate
Files in cyber-duck/laravel-maxmind-geolocate
Download cyber-duck/laravel-maxmind-geolocate
More information about cyber-duck/laravel-maxmind-geolocate
Files in cyber-duck/laravel-maxmind-geolocate
Vendor cyber-duck
Package laravel-maxmind-geolocate
Short Description Laravel Package to utilise MaxMind GeoLite2 Database for IP based GeoLocation
License MIT
Package laravel-maxmind-geolocate
Short Description Laravel Package to utilise MaxMind GeoLite2 Database for IP based GeoLocation
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-maxmind-geolocate
Laravel GeoLocation Package
This package utilises the MaxMind GeoLite databases to allow GeoLocation of an IP Address.
Console Commands
php artisan geolocation:update
Downloads a recent archive of the database from MaxMind, validates the hash, and stores on a remote disk (e.g S3) as specified in configuration.
php artisan geolocation:fetch
Fetches, extracts, and moves to application storage, the archive previously stored on a remove disk (e.g S3)
Usage
Once a database has been downloaded and extracted to the app local storage directory, to geolocate an IP address, use the provided facade, as such:
All versions of laravel-maxmind-geolocate with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/support Version ^8.67|^9.0|^10.0
illuminate/console Version ^8.0|^9.0|^10.0
geoip2/geoip2 Version ^2.13
guzzlehttp/guzzle Version ^7.5
illuminate/support Version ^8.67|^9.0|^10.0
illuminate/console Version ^8.0|^9.0|^10.0
geoip2/geoip2 Version ^2.13
guzzlehttp/guzzle Version ^7.5
The package cyber-duck/laravel-maxmind-geolocate contains the following files
Loading the files please wait ....