15 Star 35 Fork 15

风情万种/api-doc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
风情万种 提交于 2017-04-14 20:25 . 引用tp辅助扩展
{
"name": "weiwei/api-doc",
"description": "The ThinkPHP5 Api Doc Package",
"type": "think-extend",
"authors": [
{
"name": "weiwei",
"email": "[email protected]"
}
],
"license": "MIT",
"autoload": {
"psr-4": {
"Api\\Doc\\": "src"
},
"files": [
"src/helper.php"
]
},
"require": {
"topthink/think-helper": ">=1.0.4",
"topthink/think-installer": ">=1.0.10"
},
"extra": {
"think-config": {
"doc": "src/config.php"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/1763692101/api-doc.git
[email protected]:1763692101/api-doc.git
1763692101
api-doc
api-doc
master

搜索帮助