bigz / api-doc-dumper-bundle
Dumps your OpenApi documention to a json file
Installs: 12 138
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >5.5
- nelmio/api-doc-bundle: ^3.3.1
- symfony/console: ^4
Requires (Dev)
- phpunit/phpunit: >5.7
This package is not auto-updated.
Last update: 2024-10-25 18:10:30 UTC
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