Laravel Health screenshot

Laravel Health

Author Avatar Theme by Spatie
Updated: 20 May 2025
790 Stars

Check the health of your Laravel app

Overview

This product is a Laravel package that allows developers to monitor the health of their applications by registering checks for various metrics, such as disk space usage. It provides notifications based on predefined thresholds, with support for email and Slack notifications. The package offers documentation, alternatives, changelog, and information on contributing and security vulnerabilities.

Features

  • Health Monitoring: Register checks to monitor various aspects of your Laravel application’s health.
  • Threshold Notifications: Receive warnings and errors notifications based on predefined thresholds for metrics like disk space usage.
  • Notification Options: Supports notifications via email and Slack.
  • Documentation: Detailed documentation available on the documentation site.
  • Alternative Packages: Provides alternatives if users prefer different packages for health monitoring.
  • Changelog: Access to the changelog for information on recent changes.
  • Contributing Guidelines: Guidelines for contributing to the package.
  • Security Policies: Information on reporting security vulnerabilities.

Installation

To install the Laravel health check package, you can use Composer. Run the following command in your Laravel project directory:

composer require <package-name>

Make sure to replace <package-name> with the actual name of the package you wish to install.

Summary

The Laravel health check package offers a convenient solution for developers to monitor the health of their applications by registering checks for various metrics. With support for notifications and detailed documentation, users can easily set up and customize health monitoring based on their requirements. Additionally, the package provides information on alternatives, contributing guidelines, security vulnerabilities, and licensing details, making it a comprehensive tool for maintaining the health of Laravel applications.