Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/traderinteractive/geoip

GeoIP is a PHP application that provides a service for Geo-Locating IP addresses.
https://github.com/traderinteractive/geoip

Last synced: 1 day ago
JSON representation

GeoIP is a PHP application that provides a service for Geo-Locating IP addresses.

Awesome Lists containing this project

README

        

# GeoIP
During the recent outage of a popular GeoLocation lookup service, this tool was created to be a self-hosted,
self-controlled method of accessing GeoLocation data for a given IP address.

GeoIP uses GeoLite2 data created by MaxMind, available [here](http://www.maxmind.com).

[![Build Status](https://travis-ci.org/dominionenterprises/GeoIP.svg?branch=development)](https://travis-ci.org/dominionenterprises/GeoIP)
[![Latest Stable Version](http://img.shields.io/packagist/v/dominionenterprises/geoip.svg)](https://packagist.org/packages/dominionenterprises/geoip)

## Requirements
* **[Composer](https://getcomposer.org)**
* **cURL**
* **PHP 7.0+**

### Optional
* **make** (for easier maintenance)
* **Apache 2.4+**

## Documentation
* [INSTALL.md](INSTALL.md)
* [USAGE.md](USAGE.md)

## Contact
Developers may be contacted at:
* [Pull Requests] (https://github.com/dominionenterprises/GeoIP/pulls)
* [Issues] (https://github.com/dominionenterprises/GeoIP/issues)