a4sex / health-bundle
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 210
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:symfony-bundle
pkg:composer/a4sex/health-bundle
Requires
- php: ^8.0
Requires (Dev)
- symfony/console: ^6.0
- symfony/debug-bundle: ^6.0
- symfony/dotenv: ^6.0
- symfony/framework-bundle: ^6.0
- symfony/maker-bundle: ^1.15
- symfony/phpunit-bridge: ^6.0
- symfony/test-pack: ^1.0
- symfony/var-dumper: ^6.0
- symfony/yaml: ^6.0
README
Simple health check symfony bundle. For third-party uptime services and notifications. For instance https://uptimerobot.com/
# routing config
health-check:
resource: "@HealthBundle/Resources/config/routes.yaml"
Check
Request to site.com/health
- json Response "ok" and status 200.
Incorrect server or application configuration - 500, 502, 401, 403 statuses. Or failed request.
Additional simple checks and configurations are planned.