skobkin / ip-detect
Minimalistic IP remote IP detector application
dev-master
2018-11-02 16:41 UTC
Requires
- php: ^7.2.0
- slim/php-view: ^2.2
- symfony/http-foundation: ^4.1
This package is auto-updated.
Last update: 2024-11-29 04:46:48 UTC
README
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