Skip to content

Commit

Permalink
[Notifier] add doc for free mobile dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
noniagriconomie committed Aug 12, 2020
1 parent 9b197fe commit eb067ed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Symfony/Component/Notifier/Bridge/FreeMobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Provides Free Mobile integration for Symfony Notifier.
This provider allows you to receive an SMS notification
on your personal mobile number.

DSN example
-----------

```
// .env file
FREE_MOBILE_DSN=freemobile://LOGIN:PASSWORD@default?phone=PHONE
```

where:
- `LOGIN` is your Free Mobile login
- `PASSWORD` is the token displayed in your account
- `PHONE` is your Free Mobile phone number

See your account info at https://mobile.free.fr/moncompte/index.php?page=options

Resources
---------

Expand Down

0 comments on commit eb067ed

Please sign in to comment.