PHPackages                             schuetzenlust/yii2-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. schuetzenlust/yii2-brevo

ActiveYii2-extension[Mail &amp; Notifications](/categories/mail)

schuetzenlust/yii2-brevo
========================

Brevo integration for Yii2

0.0.3(1y ago)04Apache-2.0PHPPHP &gt;=8.1

Since Oct 26Pushed 1y ago1 watchersCompare

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

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

Brevo (former SendInBlue) Extension for Yii 2
=============================================

[](#brevo-former-sendinblue-extension-for-yii-2)

This extension provides a [Brevo](https://www.brevo.com/) mail solution for [Yii framework 2.0](http://www.yiiframework.com).

[![Latest Stable Version](https://camo.githubusercontent.com/e1fedd0b776bf11beeea86d217ef4d60fb48e732ca459906463084d38aa79869/687474703a2f2f706f7365722e707567782e6f72672f7363687565747a656e6c7573742f796969322d627265766f2f76)](https://packagist.org/packages/schuetzenlust/yii2-brevo) [![Total Downloads](https://camo.githubusercontent.com/54428fb1dc77a4899f16fec51e05078aa491b6526c76467e51874d0ab232a10c/687474703a2f2f706f7365722e707567782e6f72672f7363687565747a656e6c7573742f796969322d627265766f2f646f776e6c6f616473)](https://packagist.org/packages/schuetzenlust/yii2-brevo) [![Latest Unstable Version](https://camo.githubusercontent.com/d1eef550a915c7b4cb36944f170c49fb61a95c7cd0974bd00a8363e9f9364ff9/687474703a2f2f706f7365722e707567782e6f72672f7363687565747a656e6c7573742f796969322d627265766f2f762f756e737461626c65)](https://packagist.org/packages/schuetzenlust/yii2-brevo) [![License](https://camo.githubusercontent.com/d7b460025426d7a3a3658ed9c41207b62d50df76fe0fb8e030b694b759a16a9d/687474703a2f2f706f7365722e707567782e6f72672f7363687565747a656e6c7573742f796969322d627265766f2f6c6963656e7365)](https://packagist.org/packages/schuetzenlust/yii2-brevo) [![PHP Version Require](https://camo.githubusercontent.com/ff54e8a40aa87600b6328f6755fd30bdb57a059d8d810ad473987f2e6910ba42/687474703a2f2f706f7365722e707567782e6f72672f7363687565747a656e6c7573742f796969322d627265766f2f726571756972652f706870)](https://packagist.org/packages/schuetzenlust/yii2-brevo)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

```
composer require Schuetzenlust/yii2-brevo

```

Usage
-----

[](#usage)

To use this extension, simply add the following code in your application configuration:

```
return [
    //....
    'components' => [
        'mailer' => [
            'class' => 'schuetzenlust\brevo\Mailer',
            'apikey' => 'your-api-key',
        ],
    ],
];
```

You can then send an email as follows:

```
Yii::$app->mailer->compose('contact/html', ['contactForm' => $form])
    ->setFrom('from@domain.com') // or ->setFrom(["name" => "Your name", "email" => "yourmail@example.com"])
    ->setTo($form->email) // or ->setTo(["name" => "Your name", "email" => "yourmail@example.com"])
    ->setSubject($form->subject)
    ->send();
```

### Batch Sending

[](#batch-sending)

Yet to be implemented

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~5 days

Total

3

Last Release

552d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/468a353786f72a512dd34070d2a554fc32d714ba22f86dc2e947c57c8d3d6f1a?d=identicon)[ITBeauftragter](/maintainers/ITBeauftragter)

---

Top Contributors

[![Schuetzenlust](https://avatars.githubusercontent.com/u/185609091?v=4)](https://github.com/Schuetzenlust "Schuetzenlust (3 commits)")

---

Tags

mailemailmaileryii2extensionbrevo

### Embed Badge

![Health badge](/badges/schuetzenlust-yii2-brevo/health.svg)

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

###  Alternatives

[boundstate/yii2-mailgun

Mailgun integration for the Yii framework

28160.6k](/packages/boundstate-yii2-mailgun)[nickcv/yii2-mandrill

Mandrill Api Integration for Yii2

29554.2k2](/packages/nickcv-yii2-mandrill)[yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

1576.0k](/packages/yarcode-yii2-mailgun-mailer)[djagya/yii2-sparkpost

A library provides Yii2 integration with SparkPost mail service

1816.3k](/packages/djagya-yii2-sparkpost)[tigrov/yii2-mailqueue

Yii2 mail queue component for yii2-swiftmailer.

186.1k](/packages/tigrov-yii2-mailqueue)

PHPackages © 2026

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