deadmansswitch / openapi-symfony-bundle
OpenAPI auto-generating bundle for Symfony
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ~8.1.0||~8.2.0||~8.3.0
- deadmansswitch/openapi: dev-main
- symfony/dependency-injection: ^6.0|^7.0
- symfony/framework-bundle: ^6.0|^7.0
- symfony/http-kernel: ^6.0|^7.0
Requires (Dev)
- pestphp/pest: ^2.35
- spatie/ray: ^1.41
This package is auto-updated.
Last update: 2024-11-17 12:46:36 UTC
README
Configuration
Until public release please you have to rely on Configuration.php file to get verified configuration structure.
The following example can be outdated.
dead_mans_switch_openapi: openapi: 3.0.0 info: title: 'API' version: '1.0.0' summary: 'API description' termsOfService: 'https://example.com/terms' directories: - "%kernel.project_dir%/src/Controller"