This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Notifier/Bridge/FreeMobile
2020-08-12 11:21:02 +02:00
..
Tests [Notifier] Make Freemobile config more flexible 2020-08-06 06:52:01 +02:00
.gitattributes Add Free Mobile notifier 2020-04-20 15:47:45 +02:00
CHANGELOG.md Add Free Mobile notifier 2020-04-20 15:47:45 +02:00
composer.json Add Notifier SentMessage 2020-06-23 09:04:45 +02:00
FreeMobileTransport.php [Notifier] Make Freemobile config more flexible 2020-08-06 06:52:01 +02:00
FreeMobileTransportFactory.php [Notifier] Throw an exception when the Slack DSN is not valid 2020-04-21 15:15:11 +02:00
LICENSE Add Free Mobile notifier 2020-04-20 15:47:45 +02:00
phpunit.xml.dist Add Free Mobile notifier 2020-04-20 15:47:45 +02:00
README.md [Notifier] add doc for free mobile dsn 2020-08-12 11:21:02 +02:00

Free Mobile Notifier

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