@@ -86,6 +86,7 @@ SpotHit ``symfony/spothit-notifier`` ``spothit://TOKEN@default?
86
86
Telnyx ``symfony/telnyx-notifier `` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID ``
87
87
TurboSms ``symfony/turbo-sms-notifier `` ``turbosms://AUTH_TOKEN@default?from=FROM ``
88
88
Twilio ``symfony/twilio-notifier `` ``twilio://SID:TOKEN@default?from=FROM ``
89
+ Vonage ``symfony/vonage-notifier `` ``vonage://KEY:SECRET@default?from=FROM ``
89
90
Yunpian ``symfony/yunpian-notifier `` ``yunpian://APIKEY@default ``
90
91
============== ==================================== ===========================================================================
91
92
@@ -102,10 +103,14 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default
102
103
The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell, SpotHit, FakeSms (email), LightSms, SmsBiuras
103
104
and MessageBird integrations were introduced in Symfony 5.3.
104
105
106
+ .. deprecated :: 5.4
107
+
108
+ The Nexmo integration was deprecated in Symfony 5.4, use the Vonage integration instead.
109
+
105
110
.. versionadded :: 5.4
106
111
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.
109
114
110
115
To enable a texter, add the correct DSN in your ``.env `` file and
111
116
configure the ``texter_transports ``:
0 commit comments