gcgov / framework-service-documentation
Plugin that enables a route to generate OpenAPI yaml documentation at the /documentation.yaml route
Installs: 70
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:framework-service
Requires
- php: >=8.1
- doctrine/annotations: ^2.0
- zircote/swagger-php: ^4.8
README
Service to extend gcgov/framework
Primary purpose
- Adds route /documentation.yaml to application that, when accessed, uses the zircote/swagger-php library to scan the \app and \gcgov\framework namespaces for open api documentation annotations and attributes and generates a comprehensive open api documentation yaml file that can be loaded into Swagger UI for integrated API documentation