skie / notification-rocketchat
RocketChat notification channel for CakePHP Notification plugin
Installs: 0
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:cakephp-plugin
pkg:composer/skie/notification-rocketchat
Requires
- php: >=8.1
- skie/notification: ^1.0
Requires (Dev)
- cakephp/cakephp: ^5.1
- cakephp/cakephp-codesniffer: ^5.0
- phpunit/phpunit: ^10.1
README
# CakePHP RocketChatNotification Plugin
The RocketChatNotification plugin allows you to send notifications to RocketChat via incoming webhooks using the CakePHP Notification plugin. RocketChat is a free, open-source team collaboration platform that provides features like instant messaging, file sharing, and video conferencing.
The plugin provides simple webhook-based integration with RocketChat, rich message formatting with attachments, fields, and images, support for multiple RocketChat instances, and a fluent API for building complex messages. It includes full integration with CakePHP's Notification system.
The plugin uses the CakePHP HTTP client with no external dependencies, provides full type safety with PHPStan Level 8 compliance, and includes comprehensive test coverage.
Requirements
- PHP 8.2+
- CakePHP Notification Plugin
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.