Download the PHP package rick20/laravel-sendinblue without Composer
On this page you can find all versions of the php package rick20/laravel-sendinblue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rick20/laravel-sendinblue
More information about rick20/laravel-sendinblue
Files in rick20/laravel-sendinblue
Package laravel-sendinblue
Short Description Provides a Laravel 6 service provider, facade and config file for the SendinBlue's API v3 official PHP library.
License MIT
Homepage https://github.com/rick20/laravel-sendinblue
Informations about the package laravel-sendinblue
Laravel Sendinblue
The package simply provides a Laravel 5 service provider, facade and config file for the SendinBlue's API v3 official PHP library. https://github.com/sendinblue/APIv3-php-library
Installation
You can install this package via Composer using:
For Laravel <5.5, you must also install the service provider and the facade to your config/app.php
:
Configuration
You need to publish the config file to app/config/sendinblue.php
. 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
To get a idea of the of the API endpoints, visit the API readme file.
Be sure to visit the SendinBlue official documentation website for additional information about our API.
Change log
Please see the changelog for more information on what has changed recently.
Testing
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.