lampprogramming / laravel-slack-notifier
Simple flexible Slack notifier for Laravel (dynamic webhooks)
Package info
github.com/lampprogramming/laravel-slack-notifier
pkg:composer/lampprogramming/laravel-slack-notifier
Requires
- php: >=8.1
- illuminate/notifications: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
README
Laravel Slack Notifier Flexible, dynamic Slack notifications for Laravel applications with support for unlimited webhook channels without touching code.
This package allows you to send Slack messages using Laravel Notifications, but with a clean API and completely dynamic channel / webhook resolution.
Key Features
-
Dynamic Slack channels. There is no need to register channels in config.
-
Unlimited webhooks using environment variables Clean fluent API:
Slack::channel('transfers')->info()->send(.) -
Automatic queue support Automatic formatting: - Success, warning, error
-
Includes contextual attachments
-
Works across multiple projects with the same API
-
Zero configuration except via env vars
--- Is managerial behavior multidimensional?
Installation
- Install via Composer
If you tagged a stable version: