Download the PHP package yieldstudio/laravel-sendinblue-notifier without Composer
On this page you can find all versions of the php package yieldstudio/laravel-sendinblue-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yieldstudio/laravel-sendinblue-notifier
More information about yieldstudio/laravel-sendinblue-notifier
Files in yieldstudio/laravel-sendinblue-notifier
Package laravel-sendinblue-notifier
Short Description Easily send Sendinblue transactional email and sms with Laravel notifier.
License MIT
Homepage https://github.com/YieldStudio/laravel-sendinblue-notifier
Informations about the package laravel-sendinblue-notifier
laravel-sendinblue-notifier
⚠️ This package is deprecated in favor of laravel-brevo-notifier
Easily send Sendinblue transactional email and sms with Laravel notifier.
Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
Installation
composer require yieldstudio/laravel-sendinblue-notifier
Configure
Just define these environment variables:
Make sure that MAIL_FROM_ADDRESS is an authenticated email on Sendinblue.
SENDINBLUE_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.