Download the PHP package concept7/laravel-sendinblue without Composer
On this page you can find all versions of the php package concept7/laravel-sendinblue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download concept7/laravel-sendinblue
More information about concept7/laravel-sendinblue
Files in concept7/laravel-sendinblue
Package laravel-sendinblue
Short Description Laravel package for sending transactional emails with Sendinblue using Sendinblue SDK V3 and Symfony
License MIT
Homepage https://concept7.nl
Informations about the package laravel-sendinblue
laravel-sendinblue
This project is created to simplify sending transactional emails through Sendinblue using Laravel Mailables, Symfony/sendinblue-mailer and Sendinblue API V3 PHP library.
Install using Composer
Configuration
Step 1
Ensure that you have the following variables in your project's .env file:
Step 2
Add the following maildriver to config/mail.php in the array.
Step 3
Set the .env variable to:
Usage
Create a new Mailable using and add the trait to the Mailable. Next, add to the Mailable instance and you're done.
Credits
- Jeroen Hulshof
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-sendinblue with dependencies
illuminate/contracts Version ^10.0
illuminate/mail Version ^10.0
illuminate/support Version ^10.0
sendinblue/api-v3-sdk Version ^8.3
spatie/laravel-package-tools Version ^1.9.2
symfony/http-client Version ^6.1
symfony/sendinblue-mailer Version ^6.1