Skip to content

Commit e03cbd9

Browse files
committed
feature #13118 [Notifier] Added OvhCloud integration (javiereguiluz)
This PR was squashed before being merged into the master branch. Discussion ---------- [Notifier] Added OvhCloud integration Fixes #13103. Commits ------- 9991898 [Notifier] Added OvhCloud integration
2 parents 2bac6d6 + 9991898 commit e03cbd9

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

notifier.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,17 @@ to send SMS messages to mobile phones. This feature requires subscribing to
4949
a third-party service that sends SMS messages. Symfony provides integration
5050
with a couple popular SMS services:
5151

52-
======= =========================== ========================================
53-
Service Package DSN
54-
======= =========================== ========================================
55-
Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM``
56-
Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM``
57-
======= =========================== ========================================
52+
======== ============================= ===========================================
53+
Service Package DSN
54+
======== ============================= ===========================================
55+
Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM``
56+
Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM``
57+
OvhCloud ``symfony/ovhcloud-notifier`` ``ovhcloud://KEY:SECRET@default?from=FROM``
58+
======== ============================= ===========================================
59+
60+
.. versionadded:: 5.1
61+
62+
The OvhCloud integration was introduced in Symfony 5.1.
5863

5964
To enable a texter, add the correct DSN in your ``.env`` file and
6065
configure the ``texter_transports``:

0 commit comments

Comments
 (0)