swisnl/laravel-health

Monitor the health of a Laravel application

1.4.0 2024-03-28 11:09 UTC

This package is auto-updated.

Last update: 2024-04-28 11:20:18 UTC


README

Latest Version on Packagist Total Downloads

Using this package you can monitor the health of your application by registering checks using spatie/laravel-health. It contains a default set of checks for SWIS applications, but you can also add your own checks.

Installation

You can install the package via composer:

composer require swisnl/laravel-health

Usage

This package is plug and play! If you would like to add your own checks, please see the documentation.

Default checks

If you want to disable a check, you can publish the config file and set the enabled key to false.

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

Changelog

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

Security Vulnerabilities

If you discover any security related issues, please email security@swis.nl instead of using the issue tracker.

Credits

License

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