tempest-tools / raven
Tools for building sending notifications from Scribe managed entities
1.0.0
2019-07-26 02:46 UTC
Requires
- tempest-tools/scribe: 1.0.*
This package is not auto-updated.
Last update: 2024-11-14 06:37:22 UTC
README
This package contains libraries used to connect Tempest Tools Scribe enabled entities with Laravel's notification system.
Please see the wiki for more documentation: https://github.com/tempestwf/tempest-tools-raven/wiki
key features
- All the powers and capabilities of Scribe context sensitive configs now work with your notification system
- Add notifications to Scribe configs easily with minimal code
- Auto send notification that have been added to Scribe by adding a middleware to the route
- Configure the notification from inside the Scribe config
- Write minimal code to create custom notifications as needed
- Use our generic notification's out of the box for many applications, preventing the need to write your own notification classes.
Requirements
-
PHP >= 7.1.0
-
"tempest-tools/scribe": "1.0.*"