Appearance
Ip Store
基于纯真的本地化 ip 库转换工具
Ip 库说明
支持的IP类型, mon17是最全面的, 默认是这种类型
qqwry : http://www.cz88.net/
mon17 : https://www.ipip.net/
配置
本扩展拓展于 poppy/framework
框架. 添加/更改配置
// extension.php
'ip_store' => [
'type' => 'mon17'
]
For Laravel
如果 Laravel 中使用, 需要添加 Service Provider 到 app providers 数组
Poppy\Extension\IpStore\ExtensionServiceProvider.php
你可以加入 facade 或者直接使用这个函数
app('ext.ip_store')->area('39.71.122.222')
License
The plugin is open-sourced software licensed under the MIT license.