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

1.0.0 2025-10-25 00:01 UTC

This package is auto-updated.

Last update: 2025-10-25 00:06:27 UTC


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.