symfony/mattermost-notifier

Symfony Mattermost Notifier Bridge

Maintainers

👁 fabpot

Package info

github.com/symfony/mattermost-notifier

Homepage

Type:symfony-notifier-bridge

pkg:composer/symfony/mattermost-notifier

Statistics

Installs: 183 437

Dependents: 2

Suggesters: 0

Stars: 10

v8.1.0 2026-05-29 05:06 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 351d08817a1618ed0c6bd41424a718574ca89079

notifierMattermost

This package is auto-updated.

Last update: 2026-06-05 06:51:32 UTC


README

Provides Mattermost integration for Symfony Notifier.

DSN example

MATTERMOST_DSN=mattermost://ACCESS_TOKEN@HOST/PATH?channel=CHANNEL_ID

where:

  • ACCESS_TOKEN is your Mattermost access token
  • HOST is your Mattermost host
  • PATH is your Mattermost sub-path (optional)
  • CHANNEL_ID is your Mattermost default channel id

Usage

// to post to another channel
$options = new MattermostOptions();
$options->recipient('{channel_id}');

$message = (new ChatMessage($text))->options($options);

$chatter->send($message);

Sponsor

This package is looking for a backer.

Help Symfony by sponsoring its development!

Resources