Mar 20, 2019
0
Level 1
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.
- Throttle each exception for a given duration. To prevent mail server crashing and or spamming inbox or a channel.
- Do not extend handler, but provide it as a standalone unit.
- Famous notification channels in one place. Currently, Mail, Slack, MS teams.
- 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
Please or to participate in this conversation.