Download the PHP package libo/tp5-ip-loc without Composer
On this page you can find all versions of the php package libo/tp5-ip-loc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download libo/tp5-ip-loc
More information about libo/tp5-ip-loc
Files in libo/tp5-ip-loc
Download libo/tp5-ip-loc
More information about libo/tp5-ip-loc
Files in libo/tp5-ip-loc
Vendor libo
Package tp5-ip-loc
Short Description 基于ThinkPHP5.1框架的ip地址查询库,可以针对ip地址进行查询,返回省份城市
License MIT
Homepage http://www.niubea.com
Package tp5-ip-loc
Short Description 基于ThinkPHP5.1框架的ip地址查询库,可以针对ip地址进行查询,返回省份城市
License MIT
Homepage http://www.niubea.com
Please rate this library. Is it a good library?
Informations about the package tp5-ip-loc
tp5-ip-loc
支持框架:ThinkPHP 5.1
基于ThinkPHP5.1框架的ip地址查询库,可以针对ip地址进行查询,返回省份城市
使用方法:
- 先在项目根目录composer require libo/tp5-ip-loc ;
- 在需要用到根据IP查地区的控制器里先use进来,代码如下:
use libo\tp5_ip_loc\IPLoc; - 在需要用到IP转地区的方法里使用以下代码:
$aa = new IPLoc();
$ipcity=$aa::find("113.111.183.221");
echo ''.print_r($ipcity).'
';
All versions of tp5-ip-loc with dependencies
PHP Build Version
Package Version
The package libo/tp5-ip-loc contains the following files
Loading the files please wait ....