1 Star 0 Fork 0

Nathan.Wu/iplookup

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 749 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nathan Wu 提交于 2018-06-14 10:49 . add cache for iplookup
{
"name": "iplookup/iplookup",
"description": "Get location information based on client ip",
"type": "library",
"keywords": [
"iplookup"
],
"homepage": "https://github.com/cunheise/iplookup.git",
"license": "Mit",
"authors": [
{
"name": "Nathan Wu",
"email": "nathan@joomlacreator.com",
"homepage": "http://www.joomlacreator.com",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "^6.3",
"symfony/cache": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": {
"IPLookup\\": "src/IPLookup"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/nathanwu/iplookup.git
git@gitee.com:nathanwu/iplookup.git
nathanwu
iplookup
iplookup
master

搜索帮助