bigz/api-doc-dumper-bundle
Composer 安装命令:
composer require bigz/api-doc-dumper-bundle
包简介
Dumps your OpenApi documention to a json file
README 文档
README
Dumps your OpenApi documention to a json file, based on NelmioApiDoc
Install
composer require bigz/api-doc-dumper-bundle --dev
Configure
add
Wizards\RestBundle\WizardsRestBundle::class => ['all' => true],
Bigz\ApiDocDumperBundle\BigzApiDocDumperBundle::class => ['dev' => true],
to the returned array in /config/bundles.php
Run
bin/console dump:api-doc myfile.json
It will generate an myfile.json file at the root of your project. Default name is apidoc.json
统计信息
- 总下载量: 12.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-07-21