@@ -86,6 +86,7 @@ SpotHit ``symfony/spothit-notifier`` ``spothit://TOKEN@default?
8686Telnyx ``symfony/telnyx-notifier `` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID ``
8787TurboSms ``symfony/turbo-sms-notifier `` ``turbosms://AUTH_TOKEN@default?from=FROM ``
8888Twilio ``symfony/twilio-notifier `` ``twilio://SID:TOKEN@default?from=FROM ``
89+ Vonage ``symfony/vonage-notifier `` ``vonage://KEY:SECRET@default?from=FROM ``
8990Yunpian ``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
110115To enable a texter, add the correct DSN in your ``.env `` file and
111116configure the ``texter_transports ``:
0 commit comments