Skip to content

Commit 7a783d8

Browse files
committed
minor #13600 [Notifier] Add FreeMobile SMS entry (noniagriconomie)
This PR was squashed before being merged into the master branch. Discussion ---------- [Notifier] Add FreeMobile SMS entry Hi, I was reading this [blog post](https://symfony.com/blog/new-in-symfony-5-1-new-and-improved-integrations#notifier-component) and remind I have not yet added it to the doc [this feature](symfony/symfony#35690) Just a question as I am not sure where and how to document the fact that this sms notifier is a bit special, is it ok like this in the `versionadded code block`? or maybe it is better in a note afterward? Thank you Commits ------- 259c1e2 [Notifier] Add FreeMobile SMS entry
2 parents ed2a34f + 259c1e2 commit 7a783d8

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

notifier.rst

+10-9
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,19 @@ to send SMS messages to mobile phones. This feature requires subscribing to
5252
a third-party service that sends SMS messages. Symfony provides integration
5353
with 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

6869
To enable a texter, add the correct DSN in your ``.env`` file and
6970
configure the ``texter_transports``:

0 commit comments

Comments
 (0)