Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/traderinteractive/geoip
- Owner: traderinteractive
- License: mit
- Created: 2014-10-23T20:39:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T12:15:58.000Z (over 4 years ago)
- Last Synced: 2024-03-26T02:58:33.750Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)