Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Symfony Brevo Notifier Bridge
https://github.com/symfony/brevo-notifier

brevo component notifier php symfony symfony-component

Last synced: about 1 month ago
JSON representation

Symfony Brevo Notifier Bridge

Awesome Lists containing this project

README

        

Brevo Notifier
==============

Provides [Brevo](https://brevo.com) integration for Symfony Notifier.
This bridge was created following the rebranding of Sendinblue.

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

```
BREVO_DSN=brevo://API_KEY@default?sender=SENDER
```

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

See more info at https://developers.brevo.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)