freedomsex / health-bundle
This package is abandoned and no longer maintained.
The author suggests using the a4sex/health-bundle package instead.
Package info
github.com/freedomsex/health-bundle
Type:symfony-bundle
pkg:composer/freedomsex/health-bundle
1.0.0
2020-05-07 20:35 UTC
Requires
- php: ^7.1.0
Requires (Dev)
- symfony/console: ^4.0
- symfony/debug-bundle: ^4.0
- symfony/dotenv: ^5.0
- symfony/framework-bundle: ^4.4.0
- symfony/maker-bundle: ^1.15
- symfony/phpunit-bridge: ^5.0
- symfony/test-pack: ^1.0
- symfony/var-dumper: ^5.0
- symfony/yaml: ^5.0
This package is auto-updated.
Last update: 2023-04-04 16:48:00 UTC
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.