Skip to content

Commit 4c52bd6

Browse files
committed
minor #20018 [Notifier] Add Sipgate bridge (sakul95)
This PR was squashed before being merged into the 7.2 branch. Discussion ---------- [Notifier] Add Sipgate bridge Add a docs entry according to PR [#sakul95:sipgate_notifier_transport](symfony/symfony#57627) Commits ------- c4e8ace [Notifier] Add Sipgate bridge
2 parents 8d04155 + c4e8ace commit 4c52bd6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

notifier.rst

+8
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ Service
162162
`Sinch`_ **Install**: ``composer require symfony/sinch-notifier`` \
163163
**DSN**: ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM`` \
164164
**Webhook support**: No
165+
`Sipgate`_ **Install**: ``composer require symfony/sipgate-notifier`` \
166+
**DSN**: ``sipgate://TOKEN_ID:TOKEN@default?senderId=SENDER_ID`` \
167+
**Webhook support**: No
165168
`SmsSluzba`_ **Install**: ``composer require symfony/sms-sluzba-notifier`` \
166169
**DSN**: ``sms-sluzba://USERNAME:PASSWORD@default`` \
167170
**Webhook support**: No
@@ -221,6 +224,10 @@ Service
221224
The ``Smsbox``, ``SmsSluzba``, ``SMSense``, ``LOX24`` and ``Unifonic``
222225
integrations were introduced in Symfony 7.1.
223226

227+
.. versionadded:: 7.2
228+
229+
The ``Sipgate`` integration was introduced in Symfony 7.2.
230+
224231
.. deprecated:: 7.1
225232

226233
The `Sms77`_ integration is deprecated since
@@ -1139,6 +1146,7 @@ is dispatched. Listeners receive a
11391146
.. _`Seven.io`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sevenio/README.md
11401147
.. _`SimpleTextin`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SimpleTextin/README.md
11411148
.. _`Sinch`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
1149+
.. _`Sipgate`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sipgate/README.md
11421150
.. _`Slack`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Slack/README.md
11431151
.. _`Sms77`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sms77/README.md
11441152
.. _`SmsBiuras`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md

0 commit comments

Comments
 (0)