skobkin/ip-detect

Minimalistic IP remote IP detector application

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Type:project

pkg:composer/skobkin/ip-detect

dev-master 2018-11-02 16:41 UTC

This package is auto-updated.

Last update: 2025-09-29 01:59:17 UTC


README

Codeship Status for skobkin/ip-detect Scrutinizer Code Quality Code Coverage

Try it (JSON, Plaintext)

Installation

# For usage (from Packagist)
composer create-project skobkin/ip-detect
# For development (from Git)
git clone git@bitbucket.org:skobkin/ip-detect.git
cd ip-detect && composer install

Running

# From the project root directory
php -S localhost:8000 -t public public/index.php