PHPackages                             mlezitom/nette-brevo-mailer - 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. mlezitom/nette-brevo-mailer

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

mlezitom/nette-brevo-mailer
===========================

Brevo mailer for Nette framework (formerly Sendinblue)

v1.0.1(1mo ago)015MITPHPPHP &gt;=8.1

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mlezitom/nette-brevo-mailer)[ Packagist](https://packagist.org/packages/mlezitom/nette-brevo-mailer)[ RSS](/packages/mlezitom-nette-brevo-mailer/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (3)Used By (0)

Brevo mailer for Nette framework (formerly Sendinblue)
======================================================

[](#brevo-mailer-for-nette-framework-formerly-sendinblue)

Implemented by [Tomáš Mleziva | mlezivat@gmail.com](mailto:mlezivat@gmail.com)

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

[](#installation)

The best way to install Brevo mailer is using [Composer](http://getcomposer.org/):

```
$ composer require mlezitom/nette-brevo-mailer
```

Configuration
-------------

[](#configuration)

Put the following configuration in your config.neon file:

```
parameters:
    brevo:
        apikey: xkeysib-xxxxxxxxxxxxxxxxxxxx

services:
    mail.mailer: Mlezitom\NetteBrevoMailer\BrevoMailer(%brevo%)
```

Usage
-----

[](#usage)

Just inject the Nette framework's mailer service wherever you want to use it - same as with any other mailer service:

```
use Mlezitom\NetteBrevoMailer\BrevoMailer;
use Nette\Mail\Message;
use IMailer;

class ExamplePresenter extends Nette\Application\UI\Presenter
{
    /**
	 * @var Mailer
	 * @inject
	 */
    public Mailer $mailer;

    public function sendMessage(Message $message): void
    {
        $this->mailer->send($message);
    }
}
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance63

Regular maintenance activity

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

2

Last Release

35d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9989818?v=4)[Tomáš Mleziva](/maintainers/mlezitom)[@mlezitom](https://github.com/mlezitom)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mlezitom-nette-brevo-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/mlezitom-nette-brevo-mailer/health.svg)](https://phpackages.com/packages/mlezitom-nette-brevo-mailer)
```

###  Alternatives

[contributte/mailing

Sending emails with pleasure and prepared templates.

17966.3k2](/packages/contributte-mailing)[dotblue/mandrill

OO wrapper above Mandrill API for sending e-mails

1576.7k1](/packages/dotblue-mandrill)[juanparati/brevosuite

Complete Brevo integration with Laravel

1014.8k](/packages/juanparati-brevosuite)

PHPackages © 2026

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