niklesh / health-check-bundle
Health check bundle
Package info
github.com/HEKET313/health-check
Type:symfony-bundle
pkg:composer/niklesh/health-check-bundle
1.0.0
2018-08-06 14:37 UTC
Requires
- php: ^7.1
- symfony/config: ^4.1
- symfony/flex: ^1.0
- symfony/framework-bundle: ^4.1
- symfony/monolog-bundle: ^3.2
Requires (Dev)
- lookyman/phpstan-symfony: ^0.5.0
- phing/phing: ^2.16
- phpmd/phpmd: ^2.6
- phpstan/phpstan: ^0.9.2
- phpstan/phpstan-doctrine: ^0.9.1
- phpstan/phpstan-phpunit: ^0.9.4
- phpunit/phpunit: ^7.2
- sebastian/phpcpd: ^4.0
- sensiolabs/security-checker: ^4.1
- squizlabs/php_codesniffer: ^3.1
Conflicts
This package is not auto-updated.
Last update: 2026-03-08 01:36:15 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'