Skip to content

HEKET313/health-check

Repository files navigation

Health Check Bundle

This bundle adds /health endpoints and health:send-info command to project.

Installation

You can install it via composer:

composer require niklesh/health-check-bundle

For using this bundle you have to add configuration files:

  • config/routes/niklesh_health.yaml (required)
health_check:
  resource: "@HealthCheckBundle/Controller/HealthController.php"
  prefix: /
  type: annotation
  • config/packages/hiklesh_health.yaml (optional)
health_check:
  senders:
    - 'App\Service\Sender'

About

Symfony 4 HealthCheckBundle for microservices

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages