Download the PHP package wanmigs/laravel-system-check without Composer
On this page you can find all versions of the php package wanmigs/laravel-system-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wanmigs/laravel-system-check
More information about wanmigs/laravel-system-check
Files in wanmigs/laravel-system-check
Download wanmigs/laravel-system-check
More information about wanmigs/laravel-system-check
Files in wanmigs/laravel-system-check
Vendor wanmigs
Package laravel-system-check
Short Description A HTTP health check url that can be hit to perform basic application diagnostics
License mit
Package laravel-system-check
Short Description A HTTP health check url that can be hit to perform basic application diagnostics
License mit
Please rate this library. Is it a good library?
Informations about the package laravel-system-check
Overview
- implement a HTTP health check API that can be hit to perform basic application diagnostics
- application instance health check
- application release health check
Add Health Check Route to routes/web.php
Routes URL
That's it for laravel setup. Below is the manual usage of the functions.
Manual Usage
Setup Health Check
Health Check API
$system->getStatus()
results :
$system->getPhpInfo()
Details :
- php version
- php component checks
results :
$system->getReleaseInfo()
Details :
- information stored from
build.json
generated from CI build
Defining build.json
path
Option 1
env GIT_BUILD_FILE_PATH
Option 2
$system->setBuildPath($path_to_build_json);
file resource :
build.json
All versions of laravel-system-check with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package wanmigs/laravel-system-check contains the following files
Loading the files please wait ....