gb-hyperf/api-doc

Hyperf的swagger库。

0.0.2 2022-08-31 07:24 UTC

This package is auto-updated.

Last update: 2024-09-25 17:57:26 UTC


README

hyper的文档

安装

composer require gb-hyperf/api-doc

发布配置

php bin/hyperf.php vendor:publish gb-hyperf/api-doc
  • 随框架启动自动扫描生成api文件 runtime/openapi.json
  • 自动路由 /api-doc 获取api文档
  • 浏览器打开: https://:9501/api-doc