1 Star 0 Fork 780

itzy / ApiAdmin

forked from ApiAdmin / ApiAdmin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zhao 提交于 2020-05-14 16:45 . modified 完善细节
{
"name": "apiadmin/apiadmin4",
"description": "the new apiadmin framework",
"type": "project",
"keywords": [
"apiadmin",
"framework",
"thinkphp",
"ORM"
],
"homepage": "https://www.apiadmin.org/",
"license": "Apache-2.0",
"authors": [
{
"name": "zhaoxiang",
"email": "zhaoxiang051405@gmail.com"
}
],
"require": {
"php": ">=7.0",
"topthink/framework": "5.1.*",
"topthink/think-migration": "^2.0",
"guzzlehttp/guzzle": "^6.5"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}
PHP
1
https://gitee.com/itzyyyy/ApiAdmin.git
git@gitee.com:itzyyyy/ApiAdmin.git
itzyyyy
ApiAdmin
ApiAdmin
master

搜索帮助