1 Star 0 Fork 0

Howard Liu/IXIPLibrary

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
Howard Liu 提交于 2016-03-13 14:07 +08:00 . Use composer to manage dependencies
{
"name": "ix-network/ip-info-api",
"description": "An API for you to get geographical information of an IP",
"keywords": ["IP", "API"],
"license": "Apache-2.0",
"authors": [
{
"name": "Howard Liu",
"email": "howard@ixnet.work",
"homepage": "https://www.ixnet.work"
}
],
"require": {
"geoip2/geoip2": "^2.3",
"ix-network/php-common-library": "dev-master"
},
"autoload": {
"psr-4": {
"IXNetwork\\IPLib\\": "Class/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fsgmhoward/IXIPLibrary.git
git@gitee.com:fsgmhoward/IXIPLibrary.git
fsgmhoward
IXIPLibrary
IXIPLibrary
master

搜索帮助