Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Minimalistic IP address detector app
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