ivoglent/ip2c
Composer 安装命令:
composer require ivoglent/ip2c
包简介
Convert IP address to country code or name
README 文档
README
Detect location of an IP live area, country code and country name.
Usage
require 'vendor/autoload.php'; use ivoglent\ip2c\IpLocator; $ip = '186.95.255.255; $ipLocator = new IpLocator($ip); if ($ipLocator->analysis()) { echo sprintf('%s : %s, %s, %s', $ip, $ipLocator->getArea(), $ipLocator->getCountryCode(), $ipLocator->getCoutryName()) . PHP_EOL; } else { echo 'Can not detect this IP address' . PHP_EOL; }
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-08-30