@@ -159,6 +159,9 @@ Service
159
159
`Sinch `_ **Install **: ``composer require symfony/sinch-notifier `` \
160
160
**DSN **: ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM `` \
161
161
**Webhook support **: No
162
+ `Sipgate `_ **Install **: ``composer require symfony/sipgate-notifier `` \
163
+ **DSN **: ``sipgate://TOKEN_ID:TOKEN@default?senderId=SENDER_ID `` \
164
+ **Webhook support **: No
162
165
`SmsSluzba `_ **Install **: ``composer require symfony/sms-sluzba-notifier `` \
163
166
**DSN **: ``sms-sluzba://USERNAME:PASSWORD@default `` \
164
167
**Webhook support **: No
@@ -214,6 +217,10 @@ Service
214
217
The ``Smsbox ``, ``SmsSluzba ``, ``SMSense ``, ``LOX24 `` and ``Unifonic ``
215
218
integrations were introduced in Symfony 7.1.
216
219
220
+ .. versionadded :: 7.2
221
+
222
+ The ``Sipgate `` integration was introduced in Symfony 7.2.
223
+
217
224
.. deprecated :: 7.1
218
225
219
226
The `Sms77 `_ integration is deprecated since
@@ -1131,6 +1138,7 @@ is dispatched. Listeners receive a
1131
1138
.. _`Seven.io` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sevenio/README.md
1132
1139
.. _`SimpleTextin` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SimpleTextin/README.md
1133
1140
.. _`Sinch` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
1141
+ .. _`Sipgate` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sipgate/README.md
1134
1142
.. _`Slack` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Slack/README.md
1135
1143
.. _`Sms77` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sms77/README.md
1136
1144
.. _`SmsBiuras` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md
0 commit comments