From 1aa5b6e2372bf1f1e216ce1f9c58ea2272c04527 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 29 Nov 2021 16:36:16 +0100 Subject: [PATCH] [Notifier] Vonage bridge and deprecation of nexmo bridge --- notifier.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/notifier.rst b/notifier.rst index 555a624c814..febb0d331e4 100644 --- a/notifier.rst +++ b/notifier.rst @@ -86,6 +86,7 @@ SpotHit ``symfony/spothit-notifier`` ``spothit://TOKEN@default? 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`` +Vonage ``symfony/vonage-notifier`` ``vonage://KEY:SECRET@default?from=FROM`` Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default`` ============== ==================================== =========================================================================== @@ -102,10 +103,14 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell, SpotHit, FakeSms (email), LightSms, SmsBiuras and MessageBird integrations were introduced in Symfony 5.3. +.. deprecated:: 5.4 + + The Nexmo integration was deprecated in Symfony 5.4, use the Vonage integration instead. + .. versionadded:: 5.4 - The MessageMedia, Smsc, Yunpian, AmazonSns, Telnyx, TurboSms, Mailjet, FakeSms (logger) - and Sms77 integrations were introduced in Symfony 5.4. + The MessageMedia, Smsc, Yunpian, AmazonSns, Telnyx, TurboSms, Mailjet, FakeSms (logger), + Sms77 and Vonage integrations were introduced in Symfony 5.4. To enable a texter, add the correct DSN in your ``.env`` file and configure the ``texter_transports``: