Download the PHP package io-digital/health-check without Composer
On this page you can find all versions of the php package io-digital/health-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download io-digital/health-check
More information about io-digital/health-check
Files in io-digital/health-check
Package health-check
Short Description A Laravel package that performs health checks on your application
License MIT
Homepage https://github.com/io-digital/health-check
Informations about the package health-check
HealthCheck
HealthCheck provides your Laravel application with a /healthcheck
endpoint to make it easier nice and easy to view the status of your application.
Install
supports package auto discovery for Laravel
Via Composer
Add the ServiceProvider to your config/app.php providers array:
Then run the following command artisan command:
This will publish the package config file to config/healthcheck.php
.
You currently have the options to select which tests to perform:
Usage
The package automatically adds the /healthcheck
endpoint to your application. All you need to do is hit that route.
For now the endpoint returns the following:
200
reponse- JSON object with the following layout:
Future releases will hope to expand on what is tested.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.