owen-it / laravel-auditing

Record the change log from models in Laravel
https://laravel-auditing.com
MIT License
3.03k stars 391 forks source link

[NEW DRIVER] andreshg112/laravel-auditing-notifications #503

Closed andreshg112 closed 1 year ago

andreshg112 commented 5 years ago
Q A
Bug? no
New Feature? yes
Framework Laravel
Framework version 5.6.39
Package version 8.0.4
PHP version 7.2.12

I want to share the driver I've created for Laravel Auditing. https://github.com/andreshg112/laravel-auditing-notifications

It allows you to send notifications with audit data instead of saving it to an accessible database. By default, it sends notifications through AWS SNS using the package lab123it/aws-sns.

If you have some microservices and want to have centralized auditing, this could be helpful.

andreshg112 commented 5 years ago

@anteriovieira, If you think this is good enough, this could be mentioned in the Community Drivers section. http://laravel-auditing.com/docs/8.0/audit-drivers

parallels999 commented 1 year ago

the driver is outdated and inactive