Download the PHP package mograine/laravel-sendinblue-template without Composer
On this page you can find all versions of the php package mograine/laravel-sendinblue-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mograine/laravel-sendinblue-template
More information about mograine/laravel-sendinblue-template
Files in mograine/laravel-sendinblue-template
Package laravel-sendinblue-template
Short Description A Laravel 7/8/9 service provider, facade and config file for the SendinBlue's API v3 official PHP library.
License MIT
Homepage https://github.com/mograine/laravel-sendinblue-template
Informations about the package laravel-sendinblue-template
Laravel Sendinblue Notification Template
The package simply provides a Laravel service provider, facade and config file for the SendinBlue's API v3 official PHP library. https://github.com/sendinblue/APIv3-php-library
It also allow to simply send a laravel notification using a SendInBlue transactional template.
Installation
You can install this package via Composer using:
Configuration
You need to publish the config file to app/config/sendinblue.php
. To do so, run:
Now you need to set your configuration using environment variables.
Go the the Sendinblue API settings and add the v3 API key to your .env
file.
Usage
This package provide a built-in notification channel to send transactional template emails.
To test it, create a new notification using the php artisan make:notification
command.
Example of usage :
You can also get any V3 SendInBlue API using the built-in getAPI method :
Be sure to visit the SendinBlue official documentation website for additional information about the API.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
License
license. Please see the license file for more information.
All versions of laravel-sendinblue-template with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
sendinblue/api-v3-sdk Version ^6.1|^7.0|^8.0