File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,17 @@ to send SMS messages to mobile phones. This feature requires subscribing to
49
49
a third-party service that sends SMS messages. Symfony provides integration
50
50
with a couple popular SMS services:
51
51
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.
58
63
59
64
To enable a texter, add the correct DSN in your ``.env `` file and
60
65
configure the ``texter_transports ``:
You can’t perform that action at this time.
0 commit comments