chibitools/ip
最新稳定版本:v1.0.0
Composer 安装命令:
composer require chibitools/ip
包简介
IPIP.net officially supported IP database ipdb format parsing library
README 文档
README
(Maintained by 箱子)
镐京内使用的通过 IP 查询 城市 的 PHP 基础库
使用方法
/** * return city name of the given ip or null if not found * @param string $ip IP address in string format * @return Array|null $ipCityInfo */ $city = Baixing\Util\IP::getIpCityInfoCN($ip); $city = [ 0 => '中国', 1 => '陕西', 2 => '西安' ];
目录结构
.
├──composer.json
├──src\
└──unittest\
src 目录
IP 查询源码
unittest 目录
Unit test,可以用以下命令运行
# at project root folder
composer install
vendor/bin/phpunit --bootstrap vendor/autoload.php unittest/
统计信息
- 总下载量: 14.01k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2019-05-31