concept7/health-checks

Application health checks for Concept7 projects


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Default application health checks for Concept7 projects with Ohdear! enabled.

Support us

Send some love.

Installation

You can install the package via composer:

composer require concept7/health-checks

You can publish the config file with:

php artisan vendor:publish --tag="health-checks-config"

This is the contents of the published config file:

return [
];

Usage

Set your OH_DEAR_HEALTH_CHECK_SECRET in your .env file and enabled the application healt in Ohdear!

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.