@@ -52,18 +52,19 @@ to send SMS messages to mobile phones. This feature requires subscribing to
5252a third-party service that sends SMS messages. Symfony provides integration
5353with a couple popular SMS services:
5454
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+ ========== =============================== ====================================================
6364
6465.. versionadded :: 5.1
6566
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.
6768
6869To enable a texter, add the correct DSN in your ``.env `` file and
6970configure the ``texter_transports ``:
0 commit comments