Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 440 Bytes

geolocation-php

Geo-location API server written in PHP.

This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com.

Example!

$ composer install
$ php -S localhost:8000

Navigate to http://localhost:8000?ip=12.12.12.12

Library Example

For a pure example of using the library checkout lib-example.php.