Download the PHP package zanichelli/healthcheck without Composer
On this page you can find all versions of the php package zanichelli/healthcheck. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zanichelli/healthcheck
More information about zanichelli/healthcheck
Files in zanichelli/healthcheck
Download zanichelli/healthcheck
More information about zanichelli/healthcheck
Files in zanichelli/healthcheck
Vendor zanichelli
Package healthcheck
Short Description Health check package provides security target for the project
License MIT
Package healthcheck
Short Description Health check package provides security target for the project
License MIT
Please rate this library. Is it a good library?
Informations about the package healthcheck
Healthcheck Laravel
Introduction
This package has the purpose to add in laravel project an api route (/api/health
).
There are various possible system checks:
- Database status (
db
) - Availability local filesystem (
filesystem.local
) - Aws S3 filesystem connection (
filesystem.s3
)
Installation
First install laravel project if you don't have yet.
Then install healthcheck package using composer:
Follow the template-file to include param about the package.
Note:
Default config vaule is null
Customization
It is possible edit package configurations:
Add params in config file (healthcheck.php
) to add more db connections or s3 bucket connections , e.g.:
All versions of healthcheck with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^5.6|^6|^7|^8|^9|^10|^11|^12
league/flysystem-aws-s3-v3 Version ^1.0@dev|^2.0@dev|^3.0@dev
league/flysystem-aws-s3-v3 Version ^1.0@dev|^2.0@dev|^3.0@dev
The package zanichelli/healthcheck contains the following files
Loading the files please wait ....