jormin / ip
解析IP地址,使用 [ipip.net](http://www.ipip.net/) 的服务。
Installs: 125
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jormin/ip
Requires
- php: ^5.6 || ^7.0
This package is auto-updated.
Last update: 2025-09-18 19:59:32 UTC
README
解析IP地址,使用 ipip.net 的服务。
安装
-
安装包文件
$ composer require jormin/ip
使用
-
代码中使用
获取地址数组
Jormin\IP\IP:ip2addr('your ip');
获取地址字符串
Jormin\IP\IP:ip2addr('your ip', 'your glue');
License
The MIT License (MIT). Please see License File for more information.