Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)