PHPackages                             sarfrazrizwan/laravel-brevo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. sarfrazrizwan/laravel-brevo

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

sarfrazrizwan/laravel-brevo
===========================

A Laravel package that integrates the Brevo PHP SDK for simplified API interactions with Brevo's email, SMS, and marketing automation services.

1.0.1(1y ago)33.3k—0%MITPHPPHP ^7.4|^8.0

Since Oct 2Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/sarfrazrizwan/laravel-brevo)[ Packagist](https://packagist.org/packages/sarfrazrizwan/laravel-brevo)[ RSS](/packages/sarfrazrizwan-laravel-brevo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Laravel Brevo
=============

[](#laravel-brevo)

[![Total Downloads](https://camo.githubusercontent.com/efb4003b098f7aeeff2712cb3a2b54b99996686766bdb21f2b94b263bb6ebd59/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7361726672617a72697a77616e2f6c61726176656c2d627265766f)](https://packagist.org/packages/sarfrazrizwan/laravel-brevo)[![Latest Stable Version](https://camo.githubusercontent.com/e26b9a3233dd135864388d0bd837675b2eb4c4a691a6b5a855775aba4643e2ab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7361726672617a72697a77616e2f6c61726176656c2d627265766f)](https://packagist.org/packages/sarfrazrizwan/laravel-brevo)[![License](https://camo.githubusercontent.com/2417f2617a5b87e1d51630fcf40e3b8fcbfc8f39aa26f4687b9692c3773b252b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7361726672617a72697a77616e2f6c61726176656c2d627265766f)](https://packagist.org/packages/sarfrazrizwan/laravel-brevo)

Laravel Brevo provides seamless integration with the [Brevo PHP SDK](https://github.com/getbrevo/brevo-php), enabling access to Brevo's powerful email, SMS, and marketing automation services within your Laravel applications. This package simplifies the use of Brevo's API by providing a clean and easy-to-use interface.

Features
--------

[](#features)

- **Easy Brevo API Integration**: Access Brevo's email marketing, SMS, transactional emails, and marketing automation APIs.
- **Comprehensive API Support**: Includes support for various Brevo APIs like Contacts, Campaigns, Email, SMS, Webhooks, and more.
- **Laravel Facade**: Use the `Brevo` facade to interact with Brevo APIs effortlessly.
- **Custom Configuration**: Customize the API key and other settings via the configuration file.

Installation
------------

[](#installation)

### Step 1: Install via Composer

[](#step-1-install-via-composer)

You can install the package via Composer:

```
composer require sarfrazrizwan/laravel-brevo
```

### Step 2: Publish the Configuration

[](#step-2-publish-the-configuration)

Publish the package configuration file to your application:

```
php artisan vendor:publish --provider="RizwanSarfraz\LaravelBrevo\BrevoServiceProvider" --tag="config"
```

This will create a `config/brevo.php` file where you can set your Brevo API key.

### Step 3: Set the API Key

[](#step-3-set-the-api-key)

Add your Brevo API key in your `.env` file:

```
BREVO_API_KEY=your-brevo-api-key
```

Usage
-----

[](#usage)

### Facade

[](#facade)

The `Brevo` facade allows you to access Brevo APIs like this:

```
use RizwanSarfraz\LaravelBrevo\Facades\Brevo;

// Access Account API
$accountApi = Brevo::accountApi();
$account = $accountApi->getAccount();

// Access Contacts API
$contactsApi = Brevo::contactsApi();
$contacts = $contactsApi->getContacts();
```

### Available APIs

[](#available-apis)

Here are some of the APIs you can access via this package:

- `accountApi()`
- `attributesApi()`
- `companiesApi()`
- `contactsApi()`
- `conversationsApi()`
- `couponsApi()`
- `crmApi()`
- `dealsApi()`
- `domainsApi()`
- `ecommerceApi()`
- `emailCampaignsApi()`
- `externalFeedsApi()`
- `filesApi()`
- `foldersApi()`
- `inboundParsingApi()`
- `listsApi()`
- `masterAccountApi()`
- `notesApi()`
- `processApi()`
- `resellerApi()`
- `sendersApi()`
- `smsCampaignsApi()`
- `tasksApi()`
- `transactionalEmailsApi()`
- `transactionalSmsApi()`
- `transactionalWhatsAppApi()`
- `userApi()`
- `webhooksApi()`
- `whatsAppCampaignsApi()`

Exception Handling
------------------

[](#exception-handling)

If the API key is missing or invalid, the package will throw an `ApiKeyIsMissing` exception. Make sure your `.env` file contains the correct `BREVO_API_KEY`.

Testing
-------

[](#testing)

To run the package tests:

```
vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

Contributions are welcome! Please submit a pull request or open an issue to discuss any changes or improvements.

License
-------

[](#license)

This package is open-source software licensed under the [MIT license](https://github.com/sarfrazrizwan/laravel-brevo/blob/main/LICENSE).

---

### Keywords

[](#keywords)

- Laravel Brevo integration
- Brevo PHP SDK
- Laravel marketing automation
- Email marketing API for Laravel
- SMS marketing Laravel
- Transactional email Laravel
- Brevo API integration
- Laravel package Brevo

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance59

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~112 days

Total

2

Last Release

482d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5105a5704a356702d32397a46feec95e249690f3d13fb3bd8a6a6dd7fd995f39?d=identicon)[sarfrazrizwan](/maintainers/sarfrazrizwan)

---

Top Contributors

[![sarfrazrizwan](https://avatars.githubusercontent.com/u/68284853?v=4)](https://github.com/sarfrazrizwan "sarfrazrizwan (7 commits)")

---

Tags

laravelemail marketinglaravel-smsbrevosms marketinglaravel-emaillaravel brevo integrationbrevo apibrevo php sdklaravel marketing automationbrevo laravel package

### Embed Badge

![Health badge](/badges/sarfrazrizwan-laravel-brevo/health.svg)

```
[![Health](https://phpackages.com/badges/sarfrazrizwan-laravel-brevo/health.svg)](https://phpackages.com/packages/sarfrazrizwan-laravel-brevo)
```

###  Alternatives

[mageplaza/module-smtp

SMTP Extension for Magento 2 helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers

3015.9M8](/packages/mageplaza-module-smtp)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[seungmun/laravel-sens

NCloud SENS notification channels for Lovely Laravel.

3916.5k](/packages/seungmun-laravel-sens)[juanparati/brevosuite

Complete Brevo integration with Laravel

1010.8k](/packages/juanparati-brevosuite)[hofmannsven/laravel-brevo

Laravel wrapper for Brevo's API v3 PHP library.

3450.2k](/packages/hofmannsven-laravel-brevo)[juhasev/laravel-ses

Allows you to track opens, deliveries, bounces, complaints and clicked links when sending emails through Laravel and Amazon SES

1710.0k](/packages/juhasev-laravel-ses)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
