Go to file
Alexey Skobkin cf41478db0 composer update symfony/http-foundation 3.4.17 => 4.1.6. 2018-11-02 18:55:11 +03:00
public Initial commit. First version added. 2017-09-05 04:28:08 +03:00
src Plain text mode added. 2018-11-02 18:50:08 +03:00
templates Source code link added to the index page template. 2018-11-02 18:52:04 +03:00
.gitignore Initial commit. First version added. 2017-09-05 04:28:08 +03:00
README.md README.md updated according to new packagist.org package. 2017-09-05 05:04:56 +03:00
composer.json composer update symfony/http-foundation 3.4.17 => 4.1.6. 2018-11-02 18:55:11 +03:00
composer.lock composer update symfony/http-foundation 3.4.17 => 4.1.6. 2018-11-02 18:55:11 +03:00

README.md

Minimalistic IP address detector app

Try it (JSON vesion)

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