Download the PHP package workbunny/webman-ip-attribution without Composer
On this page you can find all versions of the php package workbunny/webman-ip-attribution. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download workbunny/webman-ip-attribution
More information about workbunny/webman-ip-attribution
Files in workbunny/webman-ip-attribution
Download workbunny/webman-ip-attribution
More information about workbunny/webman-ip-attribution
Files in workbunny/webman-ip-attribution
Vendor workbunny
Package webman-ip-attribution
Short Description Webman plugin workbunny/webman-ip-attribution.
License MIT
Package webman-ip-attribution
Short Description Webman plugin workbunny/webman-ip-attribution.
License MIT
Please rate this library. Is it a good library?
Informations about the package webman-ip-attribution
workbunny/webman-ip-attribution
🐇 Webman plugin for IP attribution query. 🐇
Webman plugin for IP attribution query.
简介
- 该插件自带ip本地库,存放于
/database
; 最后更新时间:2025-03 (空了就时不时更新一下)- 注:由于db文件比较大,强烈建议外载
- 至 https://www.maxmind.com/ 注册账号
- 进入下载页面下载对应db文件
- 注:由于db文件比较大,强烈建议外载
webman-ip-attribution
是基于geoip2
作为底层,依托mmdb数据库
查询ip归属地及asn信息- 本项目基于geoip2/geoip2,感谢MaxMind 工作组的开源
安装
使用
配置
1. 在Webman中使用app.php
注:配置可选填
2. 在php-fpm中使用
注:配置可选填
快速获取
使用city库查询
注:City库包含了 大洲、国家、城市,但不包含网络运营商等相关信息
使用country库查询
注:Country库不包含城市及网络运营商等信息,通常使用City库即可,Country存在的意义在于较于City更轻
使用asn库查询
注:Asn库仅包含网络运营商等相关信息
使用原始Reader操作
注:原始Reader可以直接使用 geoip2/geoip2 提供的方法操作相关的库
更多用法和示例参照 geoip2/geoip2;
All versions of webman-ip-attribution with dependencies
PHP Build Version
Package Version
The package workbunny/webman-ip-attribution contains the following files
Loading the files please wait ....