cirlmcesc / laravel-swaggerdoc
Generating OpenAPI 3.0 document based on phpunit test for Laravel.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 3
Type:laravel-package
Requires
- php: ^7.2.5
- ext-json: *
- laravel/framework: ^7.0 || ^8.0
- swagger-api/swagger-ui: ^3.0
- symfony/yaml: >=3.3
- zircote/swagger-php: 3.*
This package is auto-updated.
Last update: 2024-11-13 06:48:55 UTC
README
TL;DR
Generating OpenAPI 3.0 interface document when writing test command. Inspired by zircote/swagger-php.