From ff768fbdd9a05ae8aab9e28f0c18b83d6e001b7e Mon Sep 17 00:00:00 2001 From: noniagriconomie Date: Wed, 12 Aug 2020 11:21:02 +0200 Subject: [PATCH] [Notifier] add doc for free mobile dsn --- .../Notifier/Bridge/FreeMobile/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/Symfony/Component/Notifier/Bridge/FreeMobile/README.md b/src/Symfony/Component/Notifier/Bridge/FreeMobile/README.md index a117b04c66..e48257483f 100644 --- a/src/Symfony/Component/Notifier/Bridge/FreeMobile/README.md +++ b/src/Symfony/Component/Notifier/Bridge/FreeMobile/README.md @@ -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 ---------