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

Commit e03cbd9

Browse filesBrowse 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
Copy full SHA for e03cbd9

File tree

Expand file treeCollapse file tree

1 file changed

+11
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-6
lines changed

‎notifier.rst

Copy file name to clipboardExpand all lines: notifier.rst
+11-6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.