niklesh/health-check-bundle

Health check bundle

Installs: 218

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 4

Forks: 3

Open Issues: 0

Type:symfony-bundle

1.0.0 2018-08-06 14:37 UTC

This package is not auto-updated.

Last update: 2024-05-04 17:11:48 UTC


README

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'