lampprogramming/laravel-slack-notifier

Simple flexible Slack notifier for Laravel (dynamic webhooks)

Maintainers

Package info

github.com/lampprogramming/laravel-slack-notifier

pkg:composer/lampprogramming/laravel-slack-notifier

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.2 2025-12-08 13:12 UTC

This package is auto-updated.

Last update: 2026-03-08 13:38:39 UTC


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

  1. Install via Composer

If you tagged a stable version: