Go to file
Alexey Skobkin e77f4a19f6 Scrutinizer badges added. 2018-11-02 19:41:16 +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 Scrutinizer badges added. 2018-11-02 19:41:16 +03:00
composer.json php 7.2+ requirement added to the composer.json. 2018-11-02 18:59:20 +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

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