Go to file
Alexey Skobkin 39f9d3bf1e Main site link added to the footer. 2017-09-05 04:36:39 +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 Main site link added to the footer. 2017-09-05 04:36:39 +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