Skip to content

Commit

Permalink
feature symfony#19300 [Notifier] Add Unifonic notifier bridge (seferov)
Browse files Browse the repository at this point in the history
This PR was merged into the 7.1 branch.

Discussion
----------

[Notifier] Add Unifonic notifier bridge

Add docs for symfony/symfony#5309

Fixes symfony#19301

Commits
-------

9e47f5f [Notifier] Add Unifonic notifier bridge
  • Loading branch information
OskarStark committed Dec 17, 2023
2 parents 20a5716 + 9e47f5f commit 011ab7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Service Package DSN
`Telnyx`_ ``symfony/telnyx-notifier`` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID``
`TurboSms`_ ``symfony/turbo-sms-notifier`` ``turbosms://AUTH_TOKEN@default?from=FROM``
`Twilio`_ ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM`` yes
`Unifonic`_ ``symfony/unifonic-notifier`` ``unifonic://APP_SID@default?from=FROM``
`Vonage`_ ``symfony/vonage-notifier`` ``vonage://KEY:SECRET@default?from=FROM`` yes
`Yunpian`_ ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default``
================== ===================================== ========================================================================================================================= ===============
Expand Down Expand Up @@ -244,7 +245,7 @@ Service Package D

.. versionadded:: 7.1

The ``Bluesky`` integration was introduced in Symfony 7.1.
The ``Bluesky`` and ``Unifonic`` integrations were introduced in Symfony 7.1.

Chatters are configured using the ``chatter_transports`` setting:

Expand Down Expand Up @@ -1008,6 +1009,7 @@ is dispatched. Listeners receive a
.. _`TurboSms`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/TurboSms/README.md
.. _`Twilio`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Twilio/README.md
.. _`Twitter`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Twitter/README.md
.. _`Unifonic`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Unifonic/README.md
.. _`Vonage`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Vonage/README.md
.. _`Yunpian`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Yunpian/README.md
.. _`Zendesk`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Zendesk/README.md
Expand Down

0 comments on commit 011ab7b

Please sign in to comment.