skobkin/ip-detect

极简IP远程IP检测应用程序

安装: 3

依赖项: 0

建议者: 0

安全性: 0

类型:项目

dev-master 2018-11-02 16:41 UTC

This package is auto-updated.

Last update: 2024-09-29 04:14:33 UTC


README

Codeship Status for skobkin/ip-detect Scrutinizer Code Quality Code Coverage

试用它(JSON纯文本(试用链接)

安装

# 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

运行

# From the project root directory
php -S localhost:8000 -t public public/index.php