Download the PHP package bhekor/laravel-brevo without Composer
On this page you can find all versions of the php package bhekor/laravel-brevo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bhekor/laravel-brevo
More information about bhekor/laravel-brevo
Files in bhekor/laravel-brevo
Download bhekor/laravel-brevo
More information about bhekor/laravel-brevo
Files in bhekor/laravel-brevo
Vendor bhekor
Package laravel-brevo
Short Description Laravel package for Brevo (ex-Sendinblue) API integration
License MIT
Package laravel-brevo
Short Description Laravel package for Brevo (ex-Sendinblue) API integration
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-brevo
Laravel-Brevo Integration Package
Complete Brevo (formerly Sendinblue) integration for Laravel, including email support, webhook handling, and optional Vue components.
Features
- Seamless integration with Laravel's Mail facade
- Full support for Markdown Mailables
- Multiple usage options (default mailer, explicit mailer, facade)
- Webhook handling
- Optional Vue components for analytics
- Comprehensive error handling
- Modern PHP & Laravel practices (strict typing, PSR-12, PHPDoc)
Installation
Configuration
Publish the config file:
Set your API key and sender details in your .env:
Frontend Integration (Optional)
Install frontend dependencies:
In your resources/js/app.js:
Use components in your Vue template:
Usage
Regular Mailable
Markdown Mailable
Using the Facade
Webhooks
- Register your webhook endpoint in the Brevo dashboard.
- Add the following to your
routes/api.php:
Testing
Security Vulnerabilities
Please report any security vulnerabilities to [email protected].
Test Suite
The package includes a robust set of unit and feature tests to ensure reliability.
Directory Structure
Run all tests with:
Or use PHPUnit directly:
Package Structure
All versions of laravel-brevo with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
laravel/framework Version ^9.0 || ^10.0 || ^11.0 || ^12.0
illuminate/support Version ^9.0 || ^10.0 || ^11.0 || ^12.0
guzzlehttp/guzzle Version ^7.0
ext-json Version *
laravel/framework Version ^9.0 || ^10.0 || ^11.0 || ^12.0
illuminate/support Version ^9.0 || ^10.0 || ^11.0 || ^12.0
guzzlehttp/guzzle Version ^7.0
ext-json Version *
The package bhekor/laravel-brevo contains the following files
Loading the files please wait ...