apiboxsym / health-check-bundle
Health check bundle for ABS API host application.
Package info
github.com/apiboxsym/abs--bundles--health-check-bundle
Type:symfony-bundle
pkg:composer/apiboxsym/health-check-bundle
v1.0.0
2026-06-07 12:01 UTC
Requires
- php: >=8.4
- symfony/framework-bundle: 7.2.*
- symfony/http-foundation: 7.2.*
- symfony/routing: 7.2.*
This package is auto-updated.
Last update: 2026-06-07 12:04:42 UTC
README
HealthCheckBundle is a local Symfony bundle for the ApiBoxSym API host application.
Purpose
The bundle provides a health check endpoint for service monitoring and infrastructure probes.
Namespace
ApiBoxSym\HealthCheckBundle
HTTP Endpoint
GET /healthreturns:
{
"status": "ok"
}
Structure
src/HealthCheckBundle.phpbundle entrypointsrc/Controller/HealthController.phphealth check controllertests/bundle tests
Development Notes
- The bundle is connected to the host application from
api/. - Routes and services are loaded by the host Symfony application.
- The bundle uses the MIT license from
LICENSE.