Download the PHP package macpaw/symfony-health-check-bundle without Composer
On this page you can find all versions of the php package macpaw/symfony-health-check-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download macpaw/symfony-health-check-bundle
More information about macpaw/symfony-health-check-bundle
Files in macpaw/symfony-health-check-bundle
Package symfony-health-check-bundle
Short Description Symfony health check bundle
License MIT
Homepage https://github.com/MacPaw/symfony-health-check-bundle
Informations about the package symfony-health-check-bundle
Symfony Health Check Bundle
Version | Build Status | Code Coverage |
---|---|---|
master |
||
develop |
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
enable the bundle by adding it to the list of registered bundles in config/bundles.php
Create Symfony Health Check Bundle Config:
Configurating health check - all available you can see here.
Change response code:
- default response code is 200.
- determine your custom response code in case of some check fails (Response code must be a valid HTTP status code)
Create Symfony Health Check Bundle Routing Config:
config/routes/symfony_health_check.yaml
Step 3: Configuration
Security Optional:
If you are using symfony/security and your health check is to be used anonymously, add a new firewall to the configuration
Step 4: Additional settings
Add Custom Check:
It is possible to add your custom health check:
Then we add our custom health check to collection
How Change Route:
You can change the default behavior with a light configuration, remember to modify the routes.