Skip to content

Commit eb067ed

Browse files
[Notifier] add doc for free mobile dsn
1 parent 9b197fe commit eb067ed

File tree

1 file changed

+15
-0
lines changed
  • src/Symfony/Component/Notifier/Bridge/FreeMobile

1 file changed

+15
-0
lines changed

src/Symfony/Component/Notifier/Bridge/FreeMobile/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Provides Free Mobile integration for Symfony Notifier.
55
This provider allows you to receive an SMS notification
66
on your personal mobile number.
77

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+
823
Resources
924
---------
1025

0 commit comments

Comments
 (0)