Download the PHP package meysam-znd/laravel_health_check without Composer
On this page you can find all versions of the php package meysam-znd/laravel_health_check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download meysam-znd/laravel_health_check
More information about meysam-znd/laravel_health_check
Files in meysam-znd/laravel_health_check
Download meysam-znd/laravel_health_check
More information about meysam-znd/laravel_health_check
Files in meysam-znd/laravel_health_check
Vendor meysam-znd
Package laravel_health_check
Short Description By using this package you can monitor the health of your application
License MIT
Homepage https://github.com/meysamzandy/laravel_healthcheck
Package laravel_health_check
Short Description By using this package you can monitor the health of your application
License MIT
Homepage https://github.com/meysamzandy/laravel_healthcheck
Please rate this library. Is it a good library?
Informations about the package laravel_health_check
Laravel Health Check
Version Compatibility
Releases | Laravel |
---|---|
1.x | ^8.22.1; ^9.3.0 |
Install
Publish Config
Usage
Edit the config file config/health-checker.php
see the comments there for more information
Available checkers
database
Tests database connections.cache
Tests for caching datadirectory-permission
Tests permission in directoriesqueue
Tests for queue
How to add a new checker
You only need to extend \Laravel\Health\Checkers\BaseChecker
and add to services in config/health-checker.php
.
Routes and Responses
To access the health status you can use the follow routes:
health/status
Load and list all check services.health/{service_name}/status
Load only the chosen service and show his status.
The response for both cases will be like that:
Command usage
You can use the follow commands to check healthy in your cli application:
Or
Note: this package was made a fork from https://github.com/arquivei/laravel-health-checker
All versions of laravel_health_check with dependencies
PHP Build Version
Package Version
The package meysam-znd/laravel_health_check contains the following files
Loading the files please wait ....