Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/symfony/vonage-notifier

Symfony Vonage Notifier Bridge
https://github.com/symfony/vonage-notifier

component notifier php sms symfony symfony-component vonage

Last synced: about 1 month ago
JSON representation

Symfony Vonage Notifier Bridge

Awesome Lists containing this project

README

        

Vonage Notifier
===============

Provides [Vonage](https://vonage.com) integration for Symfony Notifier.

DSN example
-----------

```
VONAGE_DSN=vonage://KEY:SECRET@default?from=FROM
```

where:
- `KEY` is your Vonage key
- `SECRET` is your Vonage secret
- `FROM` is your sender

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)