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
4949a third-party service that sends SMS messages. Symfony provides integration
5050with 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
5964To enable a texter, add the correct DSN in your ``.env `` file and
6065configure the ``texter_transports ``:
You can’t perform that action at this time.
0 commit comments