Geo-location API server written in PHP.
This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com.
$ composer install
$ php -S localhost:8000
Navigate to http://localhost:8000?ip=12.12.12.12
For a pure example of using the library checkout lib-example.php
.