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
- Host: GitHub
- URL: https://github.com/symfony/sendinblue-notifier
- Owner: symfony
- License: mit
- Created: 2020-09-27T03:20:24.000Z (over 5 years ago)
- Default Branch: 6.4
- Last Pushed: 2024-10-27T13:52:27.000Z (over 1 year ago)
- Last Synced: 2025-01-29T22:23:15.023Z (about 1 year ago)
- Topics: component, notifier, php, sendinblue, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 74.2 KB
- Stars: 11
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)