is there another site like freegeoip.net [closed]

淺唱寂寞╮ 提交于 2019-11-30 00:07:53

You can also checkout: http://geoip.nekudo.com/

I just started this as an alternative to freegeoip. Is's completely free and open-source so you can also setup your own copy if you like.

To setup your own instance this is what you have to to:

  1. Pull the sourcecode from the github repsitory and put it on your server.
  2. Run "composer install" to load all dependencies. (Install composer if you don't have it yet)
  3. Download a copy of the GeoLite2 database and put it into a "data" folder. The path do the database can be change in "www/index.php".
  4. Point your webserver to the "www" folder and you're done.

There is an optional PHP extension provided by Maxmind which you can install to increase database read performance.

Eric L.

Even if you don't use the related component, you can find a list of services here: https://github.com/alexreisner/geocoder#street-address-services

I am not sure that all this services propose IP geocoding. At least MaxMind allows that, but it is not free.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!