[Notifier] Add Sipgate bridge

This commit is contained in:
sakul95
2024-07-03 10:10:25 +02:00
committed by Christian Flothmann
parent 94bf486e04
commit c4e8ace5ce

View File

@@ -159,6 +159,9 @@ Service
`Sinch`_ **Install**: ``composer require symfony/sinch-notifier`` \
**DSN**: ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM`` \
**Webhook support**: No
`Sipgate`_ **Install**: ``composer require symfony/sipgate-notifier`` \
**DSN**: ``sipgate://TOKEN_ID:TOKEN@default?senderId=SENDER_ID`` \
**Webhook support**: No
`SmsSluzba`_ **Install**: ``composer require symfony/sms-sluzba-notifier`` \
**DSN**: ``sms-sluzba://USERNAME:PASSWORD@default`` \
**Webhook support**: No
@@ -214,6 +217,10 @@ Service
The ``Smsbox``, ``SmsSluzba``, ``SMSense``, ``LOX24`` and ``Unifonic``
integrations were introduced in Symfony 7.1.
.. versionadded:: 7.2
The ``Sipgate`` integration was introduced in Symfony 7.2.
.. deprecated:: 7.1
The `Sms77`_ integration is deprecated since
@@ -1131,6 +1138,7 @@ is dispatched. Listeners receive a
.. _`Seven.io`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sevenio/README.md
.. _`SimpleTextin`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SimpleTextin/README.md
.. _`Sinch`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
.. _`Sipgate`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sipgate/README.md
.. _`Slack`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Slack/README.md
.. _`Sms77`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sms77/README.md
.. _`SmsBiuras`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md