PHPackages                             chaplean/mailer-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. chaplean/mailer-bundle

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

chaplean/mailer-bundle
======================

Contains utilities for mailer

v5.0.0(8y ago)03.2k1MITPHPPHP &gt;=7.0.8

Since Apr 23Pushed 6y agoCompare

[ Source](https://github.com/chaplean/mailer-bundle)[ Packagist](https://packagist.org/packages/chaplean/mailer-bundle)[ RSS](/packages/chaplean-mailer-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (12)Versions (28)Used By (1)

Getting Started With Chaplean Mailer Bundle
===========================================

[](#getting-started-with-chaplean-mailer-bundle)

Prerequisites
=============

[](#prerequisites)

This version of the bundle requires Symfony 2.8+.

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

[](#installation)

1. Composer
-----------

[](#1-composer)

```
composer require chaplean/mailer-bundle
```

2. Register bundle
------------------

[](#2-register-bundle)

Add in `AppKernel`:

```
new Chaplean\Bundle\MailerBundle\ChapleanMailerBundle(),
```

3. Configuration
----------------

[](#3-configuration)

Include configuration in `config.yml`

```
chaplean_mailer:
    bcc_address: ''
    bounce_address: ''
    sender_address: ''
    sender_name: ''
    subject:
        prefix: ''
    test: false
    disabled_email_extensions: [''] # default empty
    amazon_tags: # optional, add amazon tag in header message
        configuration_set:  # required, use in X-SES-CONFIGURATION-SET
        project_name:  # required, use in X-SES-MESSAGE-TAGS
        env:  # required, use in X-SES-MESSAGE-TAGS
```

##### *Note*:

[](#note)

SwiftmailerBundle configuration is included by this bundle

```
# Swiftmailer Configuration
swiftmailer:
    transport:  '%mailer_transport%'
    host:       '%mailer_host%'
    port:       '%mailer_port%'
    username:   '%mailer_user%'
    password:   '%mailer_password%'
    encryption: '%mailer_encryption%'
    spool:      { type: memory }
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~41 days

Recently: every ~54 days

Total

27

Last Release

2971d ago

Major Versions

v1.0.1 → v2.0.02015-12-30

v2.3.5 → v3.0.02016-07-20

v2.3.6 → v3.0.22017-01-09

v3.3.1 → v4.0.02017-09-12

v4.1.1 → v5.0.02018-03-26

PHP version history (3 changes)v1.0.0PHP &gt;=5.3.2

v1.0.1PHP &gt;=5.5.9

v3.0.0PHP &gt;=7.0.8

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bfb5e4a3dde826e4cd3f92d24fdfbdce1415c77f3edd38fc3420b4988977e13?d=identicon)[HugoDumazeau](/maintainers/HugoDumazeau)

![](https://www.gravatar.com/avatar/8084ee0162a85df3b3f49230b8c0dde81108195caa541bb00642cbd050e88b25?d=identicon)[hudumazeau](/maintainers/hudumazeau)

---

Top Contributors

[![mdevlamynck](https://avatars.githubusercontent.com/u/4378377?v=4)](https://github.com/mdevlamynck "mdevlamynck (28 commits)")[![valentin-chaplean](https://avatars.githubusercontent.com/u/15136254?v=4)](https://github.com/valentin-chaplean "valentin-chaplean (13 commits)")[![tomchaplean](https://avatars.githubusercontent.com/u/5412926?v=4)](https://github.com/tomchaplean "tomchaplean (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chaplean-mailer-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/chaplean-mailer-bundle/health.svg)](https://phpackages.com/packages/chaplean-mailer-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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