Skip to content

Commit 7c6c76e

Browse files
committed
feature #14840 [Notifier] Add Mercure notifier documentation (mtarld)
This PR was merged into the 5.3-dev branch. Discussion ---------- [Notifier] Add Mercure notifier documentation Documentation related to symfony/symfony#39342. Commits ------- 475a87d [Notifier] Add Mercure notifier documentation
2 parents 9cf5388 + 475a87d commit 7c6c76e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

notifier.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@def
153153
GoogleChat ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?thread_key=THREAD_KEY``
154154
LinkedIn ``symfony/linked-in-notifier`` ``linkedin://TOKEN:USER_ID@default``
155155
Mattermost ``symfony/mattermost-notifier`` ``mattermost://ACCESS_TOKEN@HOST/PATH?channel=CHANNEL``
156+
Mercure ``symfony/mercure-notifier`` ``mercure://PUBLISHER_SERVICE_ID?topic=TOPIC``
156157
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
157158
Slack ``symfony/slack-notifier`` ``slack://TOKEN@default?channel=CHANNEL``
158159
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
@@ -170,6 +171,10 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST?channel
170171
The GoogleChat, LinkedIn, Zulip and Discord integrations were introduced in Symfony 5.2.
171172
The Slack DSN changed in Symfony 5.2 to use Slack Web API again same as in 5.0.
172173

174+
.. versionadded:: 5.3
175+
176+
The Mercure integration was introduced in Symfony 5.3.
177+
173178
Chatters are configured using the ``chatter_transports`` setting:
174179

175180
.. code-block:: bash

0 commit comments

Comments
 (0)