deadmansswitch/openapi-symfony-bundle

OpenAPI auto-generating bundle for Symfony

dev-main 2024-11-17 12:46 UTC

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"