Go to file
Alexey Skobkin 6aaa2f1d3b README.md added. 2017-09-05 04:32:40 +03:00
public Initial commit. First version added. 2017-09-05 04:28:08 +03:00
src Initial commit. First version added. 2017-09-05 04:28:08 +03:00
templates Initial commit. First version added. 2017-09-05 04:28:08 +03:00
.gitignore Initial commit. First version added. 2017-09-05 04:28:08 +03:00
README.md README.md added. 2017-09-05 04:32:40 +03:00
composer.json Initial commit. First version added. 2017-09-05 04:28:08 +03:00
composer.lock Initial commit. First version added. 2017-09-05 04:28:08 +03:00

README.md

Minimalistic IP address detector app

Try it (JSON vesion)

Installation

# For production usage
composer install -o
# For development
composer install

Running

php -S localhost:8000 -t public public/index.php