duc01nguyen / health-check-bundle
Health check bundle
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.2.5
- ext-ctype: *
- ext-iconv: *
- doctrine/annotations: ^1.0
- doctrine/doctrine-bundle: ^2.7
- doctrine/doctrine-migrations-bundle: ^3.2
- doctrine/orm: ^2.13
- phpdocumentor/reflection-docblock: ^5.3
- phpstan/phpdoc-parser: ^1.8
- sensio/framework-extra-bundle: ^6.1
- symfony/asset: 5.4.*
- symfony/console: 5.4.*
- symfony/doctrine-messenger: 5.4.*
- symfony/dotenv: 5.4.*
- symfony/expression-language: 5.4.*
- symfony/flex: ^1.17|^2
- symfony/form: 5.4.*
- symfony/framework-bundle: 5.4.*
- symfony/http-client: 5.4.*
- symfony/intl: 5.4.*
- symfony/mailer: 5.4.*
- symfony/mime: 5.4.*
- symfony/monolog-bundle: ^3.0
- symfony/notifier: 5.4.*
- symfony/process: 5.4.*
- symfony/property-access: 5.4.*
- symfony/property-info: 5.4.*
- symfony/proxy-manager-bridge: 5.4.*
- symfony/runtime: 5.4.*
- symfony/security-bundle: 5.4.*
- symfony/serializer: 5.4.*
- symfony/string: 5.4.*
- symfony/translation: 5.4.*
- symfony/twig-bundle: 5.4.*
- symfony/validator: 5.4.*
- symfony/web-link: 5.4.*
- symfony/yaml: 5.4.*
- twig/extra-bundle: ^2.12|^3.0
- twig/twig: ^2.12|^3.0
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 auto-updated.
Last update: 2024-11-19 19:03:07 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'