aping/laravel-alarm
Laravel package for sending alarms/notifications from exceptions, logs, or custom events. Includes DingTalk robot handler with signature support, configurable event-to-alarm mapping, localization, and queued delivery via laravel-alarm queue. Mail, rate limit, and tests are planned.
spatie/scheduler or laravel-scheduler).For Executives: "This package lets us add time-based alerts (e.g., reminders, maintenance windows) to our Laravel app with minimal dev effort—no need to manage cron jobs or build custom logic. It’s a lightweight, cost-effective way to ship features like subscription renewals or system health notifications faster. Trade-off: It’s not actively maintained, so we’d need to validate its fit for our needs before committing."
For Engineering: "Laravel Alarm provides a simple API to schedule one-off or recurring tasks within Laravel’s event system. It’s a good fit if we need basic alarms (e.g., ‘run this at 3 PM’) and want to avoid cron complexity. Downsides: Limited flexibility for edge cases, and the package is stale. Alternatives like Spatie’s scheduler might be better for long-term projects. Let’s prototype it for [specific use case] to compare."
How can I help you explore Laravel packages today?