Perlkonig / grav-plugin-iplocate

Grav plugin for geolocating visitors
https://www.perlkonig.com/demos/iplocate
MIT License
8 stars 4 forks source link

Using php GeoIP #3

Open BugHunter2k opened 8 years ago

BugHunter2k commented 8 years ago

Are there Plans to integrate the GeoIP Database? http://php.net/manual/de/book.geoip.php

Perlkonig commented 8 years ago

According to that page, the GeoIP extension is deprecated and superseded by GeoIP2 by MaxMind. When I was coding the plugin, I couldn't find any information on a free API for MaxMind.

A quick search gives me the following code. When I have some time, I'll see what I can do. Their client library seems pretty extensive. I don't know if I want to bog the plugin down with so many client files, but if it's something people would use, I'll consider it.