Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 09b8196

Browse filesBrowse 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
Copy full SHA for 09b8196

File tree

1 file changed

+7
-2
lines changed
Filter options

1 file changed

+7
-2
lines changed

‎notifier.rst

Copy file name to clipboardExpand all lines: notifier.rst
+7-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.