From 259c1e25da0b81539808f62d45c23d415eae746b Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Tue, 28 Apr 2020 11:54:51 +0200 Subject: [PATCH] [Notifier] Add FreeMobile SMS entry --- notifier.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/notifier.rst b/notifier.rst index 1b9ebc535be..4db058ee6a0 100644 --- a/notifier.rst +++ b/notifier.rst @@ -52,18 +52,19 @@ to send SMS messages to mobile phones. This feature requires subscribing to a third-party service that sends SMS messages. Symfony provides integration with a couple popular SMS services: -======== ============================= =========================================== -Service Package DSN -======== ============================= =========================================== -Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM`` -Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM`` -OvhCloud ``symfony/ovhcloud-notifier`` ``ovhcloud://KEY:SECRET@default?from=FROM`` -Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM`` -======== ============================= =========================================== +========== =============================== ==================================================== +Service Package DSN +========== =============================== ==================================================== +Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM`` +Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM`` +OvhCloud ``symfony/ovhcloud-notifier`` ``ovhcloud://KEY:SECRET@default?from=FROM`` +Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM`` +FreeMobile ``symfony/freemobile-notifier`` ``freemobile://LOGIN:PASS@default?phone=PHONE`` +========== =============================== ==================================================== .. versionadded:: 5.1 - The OvhCloud and Sinch integrations were introduced in Symfony 5.1. + The OvhCloud, Sinch and FreeMobile integrations were introduced in Symfony 5.1. To enable a texter, add the correct DSN in your ``.env`` file and configure the ``texter_transports``: