softwax / health-check-bundle
SoftWax Health Check Bundle for Symfony framework
Installs: 3 032
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.3
- symfony/config: ^6.4 || ^7.0
- symfony/dependency-injection: ^6.4 || ^7.0
- symfony/http-foundation: ^6.4 || ^7.0
- symfony/http-kernel: ^6.4 || ^7.0
Requires (Dev)
- doctrine/dbal: ^3.8
- doctrine/persistence: ^2.5
- matthiasnoback/symfony-config-test: ^5.1
- matthiasnoback/symfony-dependency-injection-test: ^5.1
- phpstan/phpstan: ^1.11
- phpstan/phpstan-deprecation-rules: ^1.2
- phpstan/phpstan-phpunit: ^1.4
- phpstan/phpstan-strict-rules: ^1.6
- phpunit/phpunit: ^10.5
- softwax/coding-standard: ^1.0
README
Based on https://datatracker.ietf.org/doc/html/draft-inadarei-api-health-check
Installation
composer require softwax/health-check-bundle
Configuration
# routes.yaml health_check: path: /health controller: SoftWax\HealthCheck\Http\HealthCheckAction methods: GET