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

1.0.0 2024-07-10 07:54 UTC

This package is auto-updated.

Last update: 2025-03-10 09:39:27 UTC


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