mirror of
https://github.com/aknife2019/ip
synced 2024-11-21 15:44:38 +00:00
25 lines
596 B
JSON
25 lines
596 B
JSON
{
|
||
"name": "aknife/ip",
|
||
"homepage": "https://aknife.cn",
|
||
"description": "获取ip信息,支持ipv4和 ipv6",
|
||
"keywords": ["ip","ipLocation","ipAddress","QQWry.dat", "获取ip详情", "ip归属", "QQWry转mmdb"],
|
||
"type": "library",
|
||
"license": "MIT",
|
||
"authors": [
|
||
{
|
||
"name": "阿刀",
|
||
"email": "aknife@live.cn"
|
||
}
|
||
],
|
||
"minimum-stability": "dev",
|
||
"require": {
|
||
"php": ">=5.6",
|
||
"maxmind-db/reader": "dev-main"
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Aknife\\Ip\\": "src/"
|
||
}
|
||
}
|
||
}
|