@@ -52,18 +52,19 @@ to send SMS messages to mobile phones. This feature requires subscribing to
52
52
a third-party service that sends SMS messages. Symfony provides integration
53
53
with a couple popular SMS services:
54
54
55
- ======== ============================= ===========================================
56
- Service Package DSN
57
- ======== ============================= ===========================================
58
- Twilio ``symfony/twilio-notifier `` ``twilio://SID:TOKEN@default?from=FROM ``
59
- Nexmo ``symfony/nexmo-notifier `` ``nexmo://KEY:SECRET@default?from=FROM ``
60
- OvhCloud ``symfony/ovhcloud-notifier `` ``ovhcloud://KEY:SECRET@default?from=FROM ``
61
- Sinch ``symfony/sinch-notifier `` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM ``
62
- ======== ============================= ===========================================
55
+ ========== =============================== ====================================================
56
+ Service Package DSN
57
+ ========== =============================== ====================================================
58
+ Twilio ``symfony/twilio-notifier `` ``twilio://SID:TOKEN@default?from=FROM ``
59
+ Nexmo ``symfony/nexmo-notifier `` ``nexmo://KEY:SECRET@default?from=FROM ``
60
+ OvhCloud ``symfony/ovhcloud-notifier `` ``ovhcloud://KEY:SECRET@default?from=FROM ``
61
+ Sinch ``symfony/sinch-notifier `` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM ``
62
+ FreeMobile ``symfony/freemobile-notifier `` ``freemobile://LOGIN:PASS@default?phone=PHONE ``
63
+ ========== =============================== ====================================================
63
64
64
65
.. versionadded :: 5.1
65
66
66
- The OvhCloud and Sinch integrations were introduced in Symfony 5.1.
67
+ The OvhCloud, Sinch and FreeMobile integrations were introduced in Symfony 5.1.
67
68
68
69
To enable a texter, add the correct DSN in your ``.env `` file and
69
70
configure the ``texter_transports ``:
0 commit comments