Skip to content

Commit 51982ef

Browse files
committed
feature #19351 [Notifier] Add Seven.io bridge (OskarStark)
This PR was merged into the 7.1 branch. Discussion ---------- [Notifier] Add Seven.io bridge Commits ------- d289bcb [Notifier] Add Seven.io bridge
2 parents b9da31f + d289bcb commit 51982ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

notifier.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Service Package DSN
8787
`RingCentral`_ ``symfony/ring-central-notifier`` ``ringcentral://API_TOKEN@default?from=FROM``
8888
`SMSFactor`_ ``symfony/sms-factor-notifier`` ``sms-factor://TOKEN@default?sender=SENDER&push_type=PUSH_TYPE``
8989
`Sendberry`_ ``symfony/sendberry-notifier`` ``sendberry://USERNAME:PASSWORD@default?auth_key=AUTH_KEY&from=FROM``
90+
`Seven.io`_ ``symfony/sevenio-notifier`` ``sevenio://API_KEY@default?from=FROM``
9091
`SimpleTextin`_ ``symfony/simple-textin-notifier`` ``simpletextin://API_KEY@default?from=FROM``
9192
`Sinch`_ ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
9293
`Sms77`_ ``symfony/sms77-notifier`` ``sms77://API_KEY@default?from=FROM``
@@ -115,6 +116,11 @@ Service Package DSN
115116

116117
The `SmsSluzba`_ integration was introduced in Symfony 7.1.
117118

119+
.. deprecated:: 7.1
120+
121+
The `Sms77`_ integration is deprecated since
122+
Symfony 7.1, use the `Seven.io`_ integration instead.
123+
118124
To enable a texter, add the correct DSN in your ``.env`` file and
119125
configure the ``texter_transports``:
120126

@@ -1003,6 +1009,7 @@ is dispatched. Listeners receive a
10031009
.. _`RocketChat`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/RocketChat/README.md
10041010
.. _`SMSFactor`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsFactor/README.md
10051011
.. _`Sendberry`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sendberry/README.md
1012+
.. _`Seven.io`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sevenio/README.md
10061013
.. _`SimpleTextin`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SimpleTextin/README.md
10071014
.. _`Sinch`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
10081015
.. _`Slack`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Slack/README.md

0 commit comments

Comments
 (0)