zircote/swagger-php
swagger-php generates OpenAPI 3.0/3.1/3.2 documentation from your PHP 8.2+ code using attributes (preferred) or optional Doctrine annotations. Use it via CLI or programmatically, with helpful error reporting and a full documentation site.
v5 is mostly a cleanup release with updated dependencies. The main changes are:
TokenAnalyser and the --legacy CLI option have been removednikic/php-parserProcessorInterfaceContext::clone() and Context::detect()\Openapi\Generator::getProcessors() and \Openapi\Generator::setProcessors()For most installations upgrading should not require any changes.
\Openapi\Generator::getProcessors() and \Openapi\Generator::setProcessors()Use getProcessorPipeline() and setProcessorPipeline(new Pipeline(...)) methods instead
How can I help you explore Laravel packages today?