apiboxsym/health-check-bundle

Health check bundle for ABS API host application.

Maintainers

Package info

github.com/apiboxsym/abs--bundles--health-check-bundle

Type:symfony-bundle

pkg:composer/apiboxsym/health-check-bundle

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-06-07 12:01 UTC

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 /health returns:
{
  "status": "ok"
}

Structure

  • src/HealthCheckBundle.php bundle entrypoint
  • src/Controller/HealthController.php health check controller
  • tests/ 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.