@@ -176,9 +176,9 @@ The chat channel is used to send chat messages to users by using
176
176
:class: `Symfony\\ Component\\ Notifier\\ Chatter ` classes. Symfony provides
177
177
integration with these chat services:
178
178
179
- ============== ==================================== =============================================================================
179
+ ============== ==================================== ===============================================================================
180
180
Service Package DSN
181
- ============== ==================================== =============================================================================
181
+ ============== ==================================== ===============================================================================
182
182
AmazonSns ``symfony/amazon-sns-notifier `` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION ``
183
183
Chatwork ``symfony/chatwork-notifier `` ``chatwork://API_TOKEN@default?room_id=ID ``
184
184
Discord ``symfony/discord-notifier `` ``discord://TOKEN@default?webhook_id=ID ``
@@ -193,14 +193,19 @@ MicrosoftTeams ``symfony/microsoft-teams-notifier`` ``microsoftteams://default
193
193
RocketChat ``symfony/rocket-chat-notifier `` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL ``
194
194
Slack ``symfony/slack-notifier `` ``slack://TOKEN@default?channel=CHANNEL ``
195
195
Telegram ``symfony/telegram-notifier `` ``telegram://TOKEN@default?channel=CHAT_ID ``
196
+ Twitter ``symfony/twitter-notifier `` ``TWITTER_DSN=twitter://API_KEY:API_SECRET:ACCESS_TOKEN:ACCESS_SECRET@default ``
196
197
Zendesk ``symfony/zendesk-notifier `` ``zendesk://EMAIL:TOKEN@SUBDOMAIN ``
197
198
Zulip ``symfony/zulip-notifier `` ``zulip://EMAIL:TOKEN@HOST?channel=CHANNEL ``
198
- ============== ==================================== =============================================================================
199
+ ============== ==================================== ===============================================================================
199
200
200
201
.. versionadded :: 6.2
201
202
202
203
The Zendesk and Chatwork integration were introduced in Symfony 6.2.
203
204
205
+ .. versionadded :: 6.3
206
+
207
+ The Twitter integration was introduced in Symfony 6.3.
208
+
204
209
Chatters are configured using the ``chatter_transports `` setting:
205
210
206
211
.. code-block :: bash
0 commit comments