8000 minor #37809 [Notifier] add doc for free mobile dsn (noniagriconomie) · symfony/symfony@fc8a1ac · GitHub
[go: up one dir, main page]

Skip to content

Commit fc8a1ac

Browse files
committed
minor #37809 [Notifier] add doc for free mobile dsn (noniagriconomie)
This PR was merged into the 5.2-dev branch. Discussion ---------- [Notifier] add doc for free mobile dsn | Q | A | ------------- | --- | Branch? | master (maybe 5.1 ? it is only code doc) | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix symfony/symfony-docs#13600 (comment) | License | MIT | Doc PR | Improve readme according to the linked comment I've taken info of my original PR #35690 (with some rewrite) Also the package was renamed, fixing the doc here symfony/symfony-docs#14057 Commits ------- eb067ed [Notifier] add doc for free mobile dsn
2 parents 9b197fe + eb067ed commit fc8a1ac

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)
0