Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.
http://lyften.com/projects/laravel-geoip
BSD 2-Clause "Simplified" License
2.09k stars 372 forks source link

Feature Request Add freegeoip.net #61

Closed ziming closed 7 years ago

ziming commented 7 years ago

Add freegeoip.net as 1 of the services. Feature request

Torann commented 7 years ago

I looked at this a few weeks ago and decided to not implement it. Freegeoip.net uses the same GeoLite2 data from MaxMind as the MaxMind Database service. So the data is the same, because of this I would recommend just using the MaxMind Database service. Having it locally would ensure no downtime and you control the database updates with a simple console command.