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

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

Symfony Sendinblue Notifier Bridge
https://github.com/symfony/sendinblue-notifier

component notifier php sendinblue sms symfony symfony-component

Last synced: 5 months ago
JSON representation

Symfony Sendinblue Notifier Bridge

Awesome Lists containing this project

README

          

Sendinblue Notifier
===================

Provides [Sendinblue](https://sendinblue.com) integration for Symfony Notifier.

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

```
SENDINBLUE_DSN=sendinblue://API_KEY@default?sender=SENDER
```

where:
- `API_KEY` is your api key from your Sendinblue account
- `SENDER` is your sender's phone number

See more info at https://developers.sendinblue.com/reference#sendtransacsms

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)