From 9991898ddd62250655f83136f0252062c53927f0 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 12 Feb 2020 20:12:47 +0100 Subject: [PATCH] [Notifier] Added OvhCloud integration --- notifier.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/notifier.rst b/notifier.rst index 07adf1779d1..9174960fc84 100644 --- a/notifier.rst +++ b/notifier.rst @@ -49,12 +49,17 @@ to send SMS messages to mobile phones. This feature requires subscribing to a third-party service that sends SMS messages. Symfony provides integration with a couple popular SMS services: -======= =========================== ======================================== -Service Package DSN -======= =========================== ======================================== -Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM`` -Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM`` -======= =========================== ======================================== +======== ============================= =========================================== +Service Package DSN +======== ============================= =========================================== +Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM`` +Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM`` +OvhCloud ``symfony/ovhcloud-notifier`` ``ovhcloud://KEY:SECRET@default?from=FROM`` +======== ============================= =========================================== + +.. versionadded:: 5.1 + + The OvhCloud integration was introduced in Symfony 5.1. To enable a texter, add the correct DSN in your ``.env`` file and configure the ``texter_transports``: