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

[Notifier] Vonage bridge and deprecation of nexmo bridge #16173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Notifier] Vonage bridge and deprecation of nexmo bridge
  • Loading branch information
OskarStark committed Nov 29, 2021
commit 1aa5b6e2372bf1f1e216ce1f9c58ea2272c04527
9 changes: 7 additions & 2 deletions 9 notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
============== ==================================== ===========================================================================

Expand All @@ -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``:
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.