Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (almost 5 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T09:09:05.000Z (about 2 months ago)
- Last Synced: 2025-01-08T20:08:06.500Z (13 days 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: 5
- 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 numberSee 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)