wapele / ipaddress
The ThinkPHP5 ipaddress
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wapele/ipaddress
This package is not auto-updated.
Last update: 2025-10-12 00:57:31 UTC
README
获取IP地址库 thinkphp5 的ipaddress 库 #安装
composer require wapele/ipaddress
#使用 //方式1 return array \think\Ipaddress::getipaddress("112.17.247.154"); //方式2 return string $ip=new \think\Ipaddress(["type"=>"sina",result"=>"string"]); $ip::getipaddress("112.17.247.154"); //方式3 return array $ip=new \think\Ipaddress(["type"=>"baidu"]); $ip::getipaddress(); //方式4 return array $ip=new \think\Ipaddress(["type"=>"local"]); $ip::getipaddress();
ps:第一次使用git还不习惯