skie/notification-slack

Slack notification channel for CakePHP Notification plugin

Installs: 1

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:cakephp-plugin

pkg:composer/skie/notification-slack

1.0.0 2025-10-25 00:27 UTC

This package is auto-updated.

Last update: 2025-10-25 00:29:43 UTC


README

The SlackNotification plugin allows you to send notifications to Slack using both the modern Block Kit API and legacy attachments via webhooks using the CakePHP Notification plugin. Slack is a popular team collaboration platform used by millions of organizations worldwide.

The plugin supports two integration methods: Incoming Webhooks for simple one-way communication and Web API for full Slack API access with advanced features. It provides a fluent API for building rich interactive messages with blocks, buttons, images, and sections.

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. It integrates seamlessly with CakePHP's Notification system.

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.