Download the PHP package cubesystems/laravel-health-check without Composer
On this page you can find all versions of the php package cubesystems/laravel-health-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cubesystems/laravel-health-check
More information about cubesystems/laravel-health-check
Files in cubesystems/laravel-health-check
Package laravel-health-check
Short Description Adds Liveness and Readiness Probes in the Laravel application
License MIT
Informations about the package laravel-health-check
Health Check for Laravel
Usage
Require the package using composer:
composer require cubesystems/laravel-health-check
Using the health checks
You can set your monitoring system to ping the liveness and readiness URLs or CLI to get alerted if there are any problems.\ In Kubernetes and OpenShift you can use the probes also for container health checks.
Liveness Probes
{APP_URL}/health-check/liveness \
Liveness probe will respond with http 200 status code if the service functions without problems.
Readiness Probe
{APP_URL}/health-check/readiness \
Readiness probe will respond with http 200 status code if the service is up and functions without problems.
Scheduler Liveness Probe
php artisan healthcheck:check scheduler
Queue Liveness Probe
php artisan healthcheck:check queue
All versions of laravel-health-check with dependencies
illuminate/console Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/routing Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/database Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/bus Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/queue Version ~5.0|~6.0|~7.0|~8.0|~9.0