apiboxsym/health-check-bundle
Local Symfony bundle for ApiBoxSym that adds a simple health check endpoint. Exposes GET /health returning {"status":"ok"} for monitoring and infrastructure probes. Includes controller, bundle entrypoint, and tests; MIT licensed.
HealthCheckBundle is a local Symfony bundle for the ApiBoxSym API host application.
The bundle provides a health check endpoint for service monitoring and infrastructure probes.
ApiBoxSym\HealthCheckBundle
GET /health returns:{
"status": "ok"
}
src/HealthCheckBundle.php bundle entrypointsrc/Controller/HealthController.php health check controllertests/ bundle testsapi/.LICENSE.How can I help you explore Laravel packages today?