OpenAPI conformant
Generate OpenAPI documents in version 3.0 or 3.1.
> composer require zircote/swagger-phpAdd swagger-php attributes (or legacy annotations) to your source code.
⚠️ The doctrine/annotations library used to parse annotation is going to be deprecated, so wherever possible attributes should be used.
> ./vendor/bin/openapi src -o openapi.yamlUse an OpenAPI tool like Swagger UI or Scalar to explore and interact with your API.