PHPackages                             everlutionsk/sendin-blue-bundle - 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. everlutionsk/sendin-blue-bundle

ActiveEverlution-bundle[Mail &amp; Notifications](/categories/mail)

everlutionsk/sendin-blue-bundle
===============================

Everlution SendinBlue bundle for Symfony framework

v1.0.4(8y ago)02.8k1MITPHPPHP &gt;=5.4.0

Since Apr 24Pushed 8y ago3 watchersCompare

[ Source](https://github.com/everlutionsk/sendin-blue-bundle)[ Packagist](https://packagist.org/packages/everlutionsk/sendin-blue-bundle)[ RSS](/packages/everlutionsk-sendin-blue-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

SendinBlueBundle
================

[](#sendinbluebundle)

This Symfony bundle provides *mail system* for [Email Bundle](https://github.com/everlutionsk/EmailBundle2). Bundle uses [SendinBlue](https://www.sendinblue.com) transactional email platform.

Installation
============

[](#installation)

```
composer require everlutionsk/sendin-blue-bundle
```

### Enable the bundle

[](#enable-the-bundle)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Everlution\EmailBundle\EverlutionEmailBundle(),
        new Everlution\SendinBlueBundle\EverlutionSendinBlueBundle(),
    );
}
```

### Configure the bundle

[](#configure-the-bundle)

Following configuration snippet describes how to configure the bundle.

Firstly, you must modify EmailBundle configuration to work with SendinBlueBundle's services.

```
# app/config/config.yml

# EmailBundle Configuration
everlution_email:
    domain_name: '%domain%' # example.com
    mail_system: everlution.sendin_blue.mail_system
    async_stream: everlution.email.stream.kernel_terminate
    request_processors:
        inbound: everlution.sendin_blue.inbound.request_processor
        outbound_message_event: everlution.sendin_blue.outbound.message_event.request_processor
```

Secondly, you must configure SendinBlueBundle itself

```
# app/config/config.yml

# SendinBlueBundle Configuration
everlution_sendin_blue:
    api_key: SECRET_API_KEY
    timeout: int|null
```

**timeout** - \[Optional\] Email timeout in ms, default is 30000 (max. 60000)

Usage
=====

[](#usage)

### Message transformers

[](#message-transformers)

*Mail system* service provided by this bundle transform [OutboundMessage](https://github.com/everlutionsk/EmailBundle2/blob/master/Outbound/Message/OutboundMessage.php) into JSON and then POST this JSON to [SendinBlue API](https://apidocs.sendinblue.com/). However, this JSON can be modified just before it is posted to SendinBlue. To do this you must create a service, which implements [RawMessageTransformer interface](Outbound/MailSystem/RawMessageTransformer.php) and add following tag:

```
everlution.sendin_blue.outbound.raw_message_transformer
```

TODO
====

[](#todo)

---

- Request Processors
- Request signature calculation
- Webhook keys configuration

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~57 days

Total

5

Last Release

3076d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b76b6c9b1d27a166b1cc0dae2b5626f94ce192bc3629015f0a3b494d7a57b064?d=identicon)[martinlutter](/maintainers/martinlutter)

---

Top Contributors

[![martinlutter](https://avatars.githubusercontent.com/u/19926144?v=4)](https://github.com/martinlutter "martinlutter (7 commits)")[![martinadamik](https://avatars.githubusercontent.com/u/22906734?v=4)](https://github.com/martinadamik "martinadamik (4 commits)")[![ivo87](https://avatars.githubusercontent.com/u/6512634?v=4)](https://github.com/ivo87 "ivo87 (3 commits)")

---

Tags

symfonybundleemailsendinblueeverlution

### Embed Badge

![Health badge](/badges/everlutionsk-sendin-blue-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/everlutionsk-sendin-blue-bundle/health.svg)](https://phpackages.com/packages/everlutionsk-sendin-blue-bundle)
```

###  Alternatives

[sensiolabs/gotenberg-bundle

A Symfony bundle that provides seamless integration with Gotenberg for generating PDFs and screenshots from various sources (HTML, Markdown, Office documents, URLs) with a clean, builder-based API.

210210.4k2](/packages/sensiolabs-gotenberg-bundle)[php-flasher/flasher-symfony

Integrate flash notifications into Symfony projects effortlessly with PHPFlasher. Improve user experience and application feedback loops easily.

141.3M20](/packages/php-flasher-flasher-symfony)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[stampie/stampie-bundle

This bundle provides integration for Stampie Email Library

25222.1k](/packages/stampie-stampie-bundle)[cmsig/seal-symfony-bundle

An integration of CMS-IG SEAL search abstraction into Symfony Framework.

15195.8k5](/packages/cmsig-seal-symfony-bundle)

PHPackages © 2026

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