skie / notification
Notification plugin for CakePHP applications - Multi-channel notification system
Installs: 131
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:cakephp-plugin
pkg:composer/skie/notification
Requires
- php: >=8.1
- cakephp/authentication: *
- cakephp/authorization: *
- cakephp/cakephp: ^5.1
- cakephp/queue: ^2.2
Requires (Dev)
- cakephp/bake: ^3.0
- cakephp/cakephp-codesniffer: ^5.0
- phpunit/phpunit: ^10.5
- ratchet/pawl: ^0.4
- react/http: ^1.7
Suggests
- skie/notification-broadcasting: Broadcasting notification channel
- skie/notification-rocketchat: RocketChat notification channel
- skie/notification-seven: Seven.io SMS notification channel
- skie/notification-slack: Slack notification channel
- skie/notification-telegram: Telegram notification channel
- skie/notification-ui: Notification UI plugin for web interface
- skie/notification-webhook: Webhook notification channel
README
The Notification plugin provides support for sending notifications across a variety of delivery channels, including email, SMS, Telegram, RocketChat, Slack, and Webhooks. Notifications may also be stored in a database so they may be displayed in your web interface.
Typically, notifications are short, informational messages that notify users of something that occurred in your application. The plugin integrates seamlessly with CakePHP's event system and provides a fluent API for building and sending notifications through multiple channels simultaneously.
The plugin includes support for queueing notifications, on-demand notifications, localization, custom channels, and comprehensive testing utilities. It works with CakePHP's behavior system and includes command line tools for managing notifications.
Requirements
- PHP 8.2+
See Versions.md for the supported CakePHP versions.
Documentation
For documentation, as well as tutorials, see the docs directory of this repository.
License
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.