gulios / sxf-geoip
SXF GeoIp Component
1.0.0
2018-08-10 15:02 UTC
Requires
- php: >=7.2
- geoip2/geoip2: 2.8.*
Requires (Dev)
- filp/whoops: 2.1.*
- fzaninotto/faker: 1.7.*
- phpunit/phpunit: 7.0.*
This package is auto-updated.
Last update: 2024-11-07 00:27:54 UTC
README
The GeoIp component based geoip2/geoip2
Example usage:
-
Use Composer to install SXF Config into your project:
composer require gulios/sxf-geoip
-
Initialize in your code:
$geoData = new GeoIp(.mmdb database file);