Download the PHP package hulsia/laravel-brevo-notifier without Composer
On this page you can find all versions of the php package hulsia/laravel-brevo-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hulsia/laravel-brevo-notifier
More information about hulsia/laravel-brevo-notifier
Files in hulsia/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
laravel-brevo-notifier
Easily send Brevo transactional email and sms with Laravel notifier.
Installation
composer require hulsia/laravel-brevo-notifier
Configure
Just define these environment variables:
Make sure that MAIL_FROM_ADDRESS is an authenticated email on Brevo.
BREVO_SMS_SENDER is limited to 11 for alphanumeric characters and 15 for numeric characters.
You can publish the configuration file with:
Usage
Send email
Send sms
Unit tests
To run the tests, just run composer install
and composer test
.
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