thelhc/ip-info
Composer 安装命令:
composer require thelhc/ip-info
包简介
IpInfo Laravel Service Provider
README 文档
README
Install
Via Composer
$ composer require thelhc/ip-info
After installing, add the ServiceProvider to the providers array in config/app.php.
TheLHC\IpInfo\IpInfoServiceProvider::class
Then add the Facade to the aliases array
'IpInfo' => TheLHC\IpInfo\Facades\IpInfo::class,
Usage
use IpInfo; $ip = IpInfo::lookup('###.###.###.###');
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 31.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-12-13