Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Health Laravel Package

spatie/laravel-health

Monitor your Laravel app’s health by registering checks (disk space, etc.) with warning/fail thresholds. Get notified via mail or Slack when checks degrade, and extend with custom checks for proactive alerting.

View on GitHub
Deep Wiki
Context7

title: General weight: 1

Whenever one of the checks fails, the package can send you a notification. A notification will be sent for all checks that send a message in their result.

Out of the box, the notification can be sent:

  • via mail,
  • via Slack
  • via Oh Dear (enables snoozing notifications, and delivery via Telegram, Discord, MS Teams, webhooks, ...)

Throttling notifications

These notifications are throttled, so you don't get overwhelmed with notifications when something goes wrong. By default, you'll only get one notification per hour.

In the throttle_notifications_for_minutes key of the health config file, you can customize the length of the throttling period.

Only notify on failures

By default, notifications are sent for both warning and failed check results. If you want to receive notifications only when checks have a failed status (ignoring warnings), you can enable the only_on_failure option in the health config file:

// in config/health.php

'notifications' => [
    'enabled' => true,
    'only_on_failure' => true, // only notify on failed checks, ignore warnings
    // ...
],
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport