2 Star 4 Fork 2

PHP项目/php接口文档

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
4年前
4年前
4年前
4年前
4年前
4年前
Loading...
README
MIT

自动扫描PHP注释行解析接口文档

  • 支持自定义框架 (支持TP5),可扩展
  • 支持自定义注释解析(内置JetbrainsIDE解析)
  • 支持导出自定义格式(内置swagger2 + postman collectionV2)
  • 支持自定义页面显示(暂未完成)
  • 支持扫描任意目录

注解介绍

/**
 * 测试1
 * @param int $test 11111
 * @param int $test2 11111
 * hhhhhhhhhhhhhh233
 * 123123213223213
 * @param int $test3 11111
 * @param $test3 Index 123333
 * @return int code 1
*/
function method(){}

url 接口地址

@url 如果不存在,则自动根据获取

method 接口方式

@method GET/POST/...

title 接口名称

自动识别第一行 / @title注解

desc 描述

自动识别第二行 / @desc / @describe

param 参数 支持多个参数

  • @param 参数类型 变量名称 变量描述
  • @param 变量名称 参数类型 变量描述

query 参数 支持多个参数 地址中的请求参数

@query 变量名称 变量描述

return 返回提示

@return 描述

weight 排序 默认100 从小到大

@weight 100

ignore 忽略 controller / 方法

截图

wGQ7As.png

MIT License Copyright (c) 2020 始于初见 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

扫描php注释 自动生成接口文档支持postman等多种格式导入,可自定义显示样式 展开 收起
README
MIT
取消

发行版

暂无发行版

贡献者 (1)

全部

近期动态

3年多前评论了仓库
4年前推送了新的提交到 v2 分支,2960144...4f7949c
4年前推送了新的 v2 分支
接近5年前推送了新的提交到 master 分支,53d4f26...01d9ea8
接近5年前推送了新的提交到 master 分支,c7c2aed...53d4f26
加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/my-php-project/php-interface-document.git
git@gitee.com:my-php-project/php-interface-document.git
my-php-project
php-interface-document
php接口文档
v2

搜索帮助