a4sex / health-bundle
This package's canonical repository appears to be gone and the package has been frozen as a result.
v1.1.4
2023-09-14 08:59 UTC
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.