8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adb667 commit ff768fbCopy full SHA for ff768fb
src/Symfony/Component/Notifier/Bridge/FreeMobile/README.md
@@ -5,6 +5,21 @@ Provides Free Mobile integration for Symfony Notifier.
5
This provider allows you to receive an SMS notification
6
on your personal mobile number.
7
8
+DSN example
9
+-----------
10
+
11
+```
12
+// .env file
13
+FREE_MOBILE_DSN=freemobile://LOGIN:PASSWORD@default?phone=PHONE
14
15
16
+where:
17
+ - `LOGIN` is your Free Mobile login
18
+ - `PASSWORD` is the token displayed in your account
19
+ - `PHONE` is your Free Mobile phone number
20
21
+See your account info at https://mobile.free.fr/moncompte/index.php?page=options
22
23
Resources
24
---------
25
0 commit comments