Download the PHP package gollumsf/rest-doc-bundle without Composer
On this page you can find all versions of the php package gollumsf/rest-doc-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gollumsf/rest-doc-bundle
More information about gollumsf/rest-doc-bundle
Files in gollumsf/rest-doc-bundle
Package rest-doc-bundle
Short Description Auto-Generate documentation API for GollumSF\RestBundle
License GPL-3.0-or-later
Homepage https://github.com/GollumSF/rest-doc-bundle
Informations about the package rest-doc-bundle
GollumSF/RestDocBundle
Auto-Generate documentation API for GollumSF\RestBundle : https://github.com/GollumSF/rest-bundle
Requirements:
- PHP >= 8.2
- Symfony 6.4, 7.x or 8.0
Installation:
config/bundles.php
Configuration:
All configurations is optionals. Edit file config/packages/gollum_sf_rest_doc.yaml :
Integration with Swagger:
Integration with OpenApi JSON:
Attributes:
The documentation is automatically generated from your controllers using #[Serialize] and #[Unserialize] attributes from RestBundle. No additional configuration is needed for basic API documentation.
You can optionally enrich the generated documentation with these attributes:
ApiDescribe (on controller methods)
Override or add metadata for a specific route:
ApiEntity (on entity classes)
Add description and URL metadata to an entity:
ApiProperty (on entity properties)
Override the auto-detected type or description of a property:
All versions of rest-doc-bundle with dependencies
gollumsf/rest-bundle Version ^2.8.1|^3.0
gollumsf/controller-action-extractor-bundle Version ^1.0|^2.0
symfony/twig-bundle Version ^6.4|^7.0|^8.0