kevincobain2000's avatar

Laravel send throttled alert mails, slack, ms teams and notifications package

Hi all,

Recently I published a package that can send notifications on emails, ms teams and slack. And it throttles notifications. There are many blogs on how to send alert notifications. But most of them follow same approach by adding notification code inside the Handler. The reason why I developed this package is to solve the following problems.

  1. Throttle each exception for a given duration. To prevent mail server crashing and or spamming inbox or a channel.
  2. Do not extend handler, but provide it as a standalone unit.
  3. Famous notification channels in one place. Currently, Mail, Slack, MS teams.
  4. Quick and configurable

It would be great if I am able to get a feedback and improve it further. And if you like it and think it can be useful to your project.

https://github.com/kevincobain2000/laravel-alert-notifications

0 likes
0 replies

Please or to participate in this conversation.