Download the PHP package xianrenqh/api-doc-webman without Composer
On this page you can find all versions of the php package xianrenqh/api-doc-webman. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xianrenqh/api-doc-webman
More information about xianrenqh/api-doc-webman
Files in xianrenqh/api-doc-webman
Download xianrenqh/api-doc-webman
More information about xianrenqh/api-doc-webman
Files in xianrenqh/api-doc-webman
Vendor xianrenqh
Package api-doc-webman
Short Description Webman plugin xianrenqh/api-doc-webman
License MIT
Package api-doc-webman
Short Description Webman plugin xianrenqh/api-doc-webman
License MIT
Please rate this library. Is it a good library?
Informations about the package api-doc-webman
api-doc-webman
webman开发框架可用的 简单的api-doc 文档 【注解】
安装
composer require xianrenqh/api-doc-webman
使用
配置设置:
- 基本配置 路径:\config\plugin\xianrenqh\api-doc-webman\app.php
可以设置基本信息。
重要:
基本设置中: api_doc->下的 class 设置项,一定要设置成自己要加载的api接口文档的类文件,多个用数组。
- 路由配置 路径:\config\plugin\xianrenqh\api-doc-webman\route.php
路由设置里目前有两个路由:
- api文档的前端访问路由
- apidoc开启密码访问时,请求判断密码的校验地址路由
前端访问地址:
默认的: http://127.0.0.1:8787/apidoc
你可以自行更改路由 apidoc 来定义访问地址
api类文件的使用方法:
打开你要设置的注解的api类文件,
例如:\app\api\controller\UserController.php
-
在 class UserController 之前增加注解代码:
-
在公共方法上增加注解代码:
- 来个控制器里的完整代码,仅做参考
打完,手工。你学废了吗?
效果图
All versions of api-doc-webman with dependencies
PHP Build Version
Package Version
No informations.
The package xianrenqh/api-doc-webman contains the following files
Loading the files please wait ....