Download the PHP package svilborg/laravel-health without Composer
On this page you can find all versions of the php package svilborg/laravel-health. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download svilborg/laravel-health
More information about svilborg/laravel-health
Files in svilborg/laravel-health
Download svilborg/laravel-health
More information about svilborg/laravel-health
Files in svilborg/laravel-health
Please rate this library. Is it a good library?
Informations about the package laravel-health
Laravel Health Check
Implementation of MicroProfile Health for Laravel
Configuration
Register the health check classes in config/health.php
Add the api route
Example Response Payload
Custom Health Check
Health Check Cli Command
$ php artisan health
✔ UP Health State
==============================
✔ UP health-checks-null-check
✔ UP health-checks-filesystem-disk-space {"free_bytes":119302803456,"free_human":"111.11 TB","path":"\/tmp","threshold":100000000}
✔ UP health-checks-env-environment {"variable":"APP_ENV","value":"testing","value_expected":"testing"}
✔ UP health-checks-filesystem-directory-is-readable {"paths":[".\/tests"]}
✔ UP health-checks-filesystem-file-is-readable {"files":[".\/tests\/TestCase.php"]}
All versions of laravel-health with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
5.*
The package svilborg/laravel-health contains the following files
Loading the files please wait ....