1 Star 0 Fork 810

Jerrey Chan/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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jerrey/ApiAdmin.git
git@gitee.com:jerrey/ApiAdmin.git
jerrey
ApiAdmin
ApiAdmin
v4.1.3

搜索帮助