gb-hyperf/api-doc

A swagger library for Hyperf.

0.0.2 2022-08-31 07:24 UTC

This package is auto-updated.

Last update: 2024-04-25 16:57:37 UTC


README

hyper 的docs

安装

composer require gb-hyperf/api-doc

发布配置

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