kuick / api-tools
Kuick API Tools provides a set of tools for Kuick applications.
v1.0.2
2026-03-12 09:48 UTC
Requires
- php: >=8.2.0
- kuick/framework: ^2.8
- zircote/swagger-php: ^6.0
Requires (Dev)
- kuick/qa-toolkit: ^2.0
README
API Tools for Kuick Framework
This package provides comprehensive tooling and utilities for API documentation and operational monitoring within the kuick ecosystem.
Features
- OpenAPI Documentation Endpoints: Exposes standardized OpenAPI/Swagger documentation endpoints that allow API consumers to discover and understand available endpoints, request/response schemas, authentication methods, and other API specifications.
- System Status (Ops) Endpoint: Provides operational monitoring and health check capabilities through dedicated ops endpoints, enabling real-time system status monitoring, diagnostics, and operational insights for DevOps and monitoring tools.
Usage
This package can be integrated into API applications to automatically expose API documentation and health check endpoints without additional manual configuration.