Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/symfony/brevo-notifier
- Owner: symfony
- License: mit
- Created: 2023-07-09T07:20:45.000Z (over 1 year ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:42:46.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:03:26.920Z (about 2 months ago)
- Topics: brevo, component, notifier, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 33.2 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 numberSee 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)