docs/index.md
> composer require zircote/swagger-php
Add 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.
<<< @/snippets/minimal_api_at.php
</template> <template v-slot:an><<< @/snippets/minimal_api_an.php
</template> </codeblock>> ./vendor/bin/openapi src -o openapi.yaml
Use an OpenAPI tool like Swagger UI or Scalar to explore and interact with your API.