Download the PHP package yieldstudio/laravel-brevo-notifier without Composer
On this page you can find all versions of the php package yieldstudio/laravel-brevo-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yieldstudio/laravel-brevo-notifier
More information about yieldstudio/laravel-brevo-notifier
Files in yieldstudio/laravel-brevo-notifier
Package laravel-brevo-notifier
Short Description Easily send Brevo transactional email and sms with Laravel notifier.
License MIT
Homepage https://github.com/YieldStudio/laravel-brevo-notifier
Informations about the package laravel-brevo-notifier
Easily send Brevo transactional email and sms with Laravel.
Installation
You can install the package via composer:
Configure
Just define these environment variables:
Make sure that MAIL_FROM_ADDRESS
is an authenticated email on Brevo. You can verify by logging in your Brevo account here https://app.brevo.com/senders
BREVO_SMS_SENDER
is limited to 11 for alphanumeric characters and 15 for numeric characters.
You can publish the configuration file with:
Usage
Now you can use the channel in your via() method inside the notification:
Send email
Send SMS
Unit tests
To run the tests, just run composer install
and composer test
.
Contact us
Our team at Yield Studio is ready to welcome you and make every interaction an exceptional experience. You can contact us.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-brevo-notifier with dependencies
illuminate/database Version ^9|^10|^11
illuminate/support Version ^9|^10|^11