Skip to content

Commit 09b8196

Browse files
committed
minor #16173 [Notifier] Vonage bridge and deprecation of nexmo bridge (OskarStark)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Vonage bridge and deprecation of nexmo bridge Fixes #16172 Commits ------- 1aa5b6e [Notifier] Vonage bridge and deprecation of nexmo bridge
2 parents ec19d72 + 1aa5b6e commit 09b8196

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

notifier.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ SpotHit ``symfony/spothit-notifier`` ``spothit://TOKEN@default?
8686
Telnyx ``symfony/telnyx-notifier`` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID``
8787
TurboSms ``symfony/turbo-sms-notifier`` ``turbosms://AUTH_TOKEN@default?from=FROM``
8888
Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM``
89+
Vonage ``symfony/vonage-notifier`` ``vonage://KEY:SECRET@default?from=FROM``
8990
Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default``
9091
============== ==================================== ===========================================================================
9192

@@ -102,10 +103,14 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default
102103
The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell, SpotHit, FakeSms (email), LightSms, SmsBiuras
103104
and MessageBird integrations were introduced in Symfony 5.3.
104105

106+
.. deprecated:: 5.4
107+
108+
The Nexmo integration was deprecated in Symfony 5.4, use the Vonage integration instead.
109+
105110
.. versionadded:: 5.4
106111

107-
The MessageMedia, Smsc, Yunpian, AmazonSns, Telnyx, TurboSms, Mailjet, FakeSms (logger)
108-
and Sms77 integrations were introduced in Symfony 5.4.
112+
The MessageMedia, Smsc, Yunpian, AmazonSns, Telnyx, TurboSms, Mailjet, FakeSms (logger),
113+
Sms77 and Vonage integrations were introduced in Symfony 5.4.
109114

110115
To enable a texter, add the correct DSN in your ``.env`` file and
111116
configure the ``texter_transports``:

0 commit comments

Comments
 (0)