https://github.com/symfony/free-mobile-notifier
Symfony Free Mobile Notifier Bridge
https://github.com/symfony/free-mobile-notifier
alerting component free-mobile notifier php sms symfony symfony-component
Last synced: about 1 year ago
JSON representation
Symfony Free Mobile Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/free-mobile-notifier
- Owner: symfony
- License: mit
- Created: 2020-04-21T13:26:21.000Z (about 6 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T09:09:05.000Z (over 1 year ago)
- Last Synced: 2025-04-02T19:07:44.047Z (about 1 year ago)
- Topics: alerting, component, free-mobile, notifier, php, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 101 KB
- Stars: 19
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Free Mobile Notifier
====================
Provides [Free Mobile](https://mobile.free.fr) integration for Symfony Notifier.
This provider allows you to receive an SMS notification
on your personal mobile number.
DSN example
-----------
```
FREE_MOBILE_DSN=freemobile://LOGIN:API_KEY@default?phone=PHONE
```
where:
- `LOGIN` is your Free Mobile login
- `API_KEY` is the API key displayed in your account
- `PHONE` is your Free Mobile phone number
See your account info at https://mobile.free.fr/account/mes-options/notifications-sms
Resources
---------
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)