PHPackages                             rich-id/email-template-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. rich-id/email-template-bundle

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

rich-id/email-template-bundle
=============================

Email template bundle

v0.4.1(5mo ago)034.5k↑66.7%MITPHPPHP ^8.1CI failing

Since Apr 4Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/rich-id/email-template-bundle)[ Packagist](https://packagist.org/packages/rich-id/email-template-bundle)[ RSS](/packages/rich-id-email-template-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (11)Versions (26)Used By (0)

 [![](./.github/logo.svg)](./.github/logo.svg)

[![email template bundle](https://camo.githubusercontent.com/5cc5df0634da3eb4fe52f754d535802e06f25aaca7ad8bd69040206d481dbb42/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726963682d69642f656d61696c2d74656d706c6174652d62756e646c65)](https://packagist.org/packages/rich-id/email-template-bundle)[![badge](https://github.com/rich-id/email-template-bundle/workflows/Tests/badge.svg)](https://github.com/rich-id/email-template-bundle/actions)[![badge](https://camo.githubusercontent.com/852c56fed53084ff26bfdfe39c555a4cd8ec2e191a675bd3eda95ceec40532cd/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f726963682d69642f656d61696c2d74656d706c6174652d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/rich-id/email-template-bundle?branch=master)[![maintainability](https://camo.githubusercontent.com/7cc1ed7ffbae9e0ac0ac46f69f0ccb2348743c434a18921ea8316d81618bc770/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61663535313361393932303834393564386334302f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/rich-id/email-template-bundle/maintainability)[![contributions welcome brightgreen](https://camo.githubusercontent.com/9e93e892d0685e1bf7a1d0bd7c8410d6ecf2086a0a7b48dd58a6b96fa556ea2a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/richcongress/test-suite/issues)[![license MIT blue](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE.md)[![PHP 8](https://camo.githubusercontent.com/f2ff7d62bf0c2700f183b977ccb28f19f64d28a5c86c11ea90fd3bbd1a43f259/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e302532422d79656c6c6f77)](https://camo.githubusercontent.com/f2ff7d62bf0c2700f183b977ccb28f19f64d28a5c86c11ea90fd3bbd1a43f259/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e302532422d79656c6c6f77)[![Symfony 5](https://camo.githubusercontent.com/00af2124c0177572a7e311ee1c7fd6f89813eb875a2eb8b50ea839193b698b8c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d352e342532422d626c61636b)](https://camo.githubusercontent.com/00af2124c0177572a7e311ee1c7fd6f89813eb875a2eb8b50ea839193b698b8c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d352e342532422d626c61636b)

A module to quickly manage emails content of a site.

Table of content
----------------

[](#table-of-content)

- [1. Installation](#installation)
- [2. Documentation](#documentation)
- [3. Versioning](#versioning)
- [4. Contributing](#contributing)
- [5. License](#license)
- [6. Hacking](#hacking)

1. Installation
---------------

[](#1-installation)

This version of the bundle requires Symfony 6.0+ and PHP 8.1+.

```
composer require rich-id/email-template-bundle
```

2. Documentation
----------------

[](#2-documentation)

3. Versioning
-------------

[](#3-versioning)

email-template-bundle follows [semantic versioning](https://semver.org/). In short the scheme is MAJOR.MINOR.PATCH where 1. MAJOR is bumped when there is a breaking change, 1. MINOR is bumped when a new feature is added in a backward-compatible way, 1. PATCH is bumped when a bug is fixed in a backward-compatible way.

Versions bellow 1.0.0 are considered experimental and breaking changes may occur at any time.

4. Contributing
---------------

[](#4-contributing)

Contributions are welcomed! There are many ways to contribute, and we appreciate all of them. Here are some of the major ones:

- [Bug Reports](https://github.com/rich-id/email-template-bundle/issues): While we strive for quality software, bugs can happen, and we can’t fix issues we’re not aware of. So please report even if you’re not sure about it or just want to ask a question. If anything the issue might indicate that the documentation can still be improved!
- [Feature Request](https://github.com/rich-id/email-template-bundle/issues): You have a use case not covered by the current api? Want to suggest a change or add something? We’d be glad to read about it and start a discussion to try to find the best possible solution.
- [Pull Request](https://github.com/rich-id/email-template-bundle/pulls): Want to contribute code or documentation? We’d love that! If you need help to get started, GitHub as [documentation](https://help.github.com/articles/about-pull-requests/) on pull requests. We use the ["fork and pull model"](https://help.github.com/articles/about-collaborative-development-models/) were contributors push changes to their personal fork and then create pull requests to the main repository. Please make your pull requests against the `master` branch.

As a reminder, all contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md).

5. License
----------

[](#5-license)

test-suite is distributed under the terms of the MIT license.

See [LICENSE](./LICENSE) for details.

6. Hacking
----------

[](#6-hacking)

You might use Docker and `docker-compose` to hack the project. Check out the following commands.

```
# Start the project
docker-compose up -d

# Install dependencies
docker-compose exec application composer install

# Run tests
docker-compose exec application bin/phpunit

# Run a bash within the container
docker-compose exec application bash
```

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance71

Regular maintenance activity

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Recently: every ~11 days

Total

22

Last Release

162d ago

PHP version history (2 changes)v0.1.0PHP ^8.0

v0.2.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![hdumazeau](https://avatars.githubusercontent.com/u/25611626?v=4)](https://github.com/hdumazeau "hdumazeau (4 commits)")[![mdevlamynck](https://avatars.githubusercontent.com/u/4378377?v=4)](https://github.com/mdevlamynck "mdevlamynck (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rich-id-email-template-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rich-id-email-template-bundle/health.svg)](https://phpackages.com/packages/rich-id-email-template-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sylius/sylius

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

8.5k5.9M736](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[prestashop/prestashop

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

9.1k17.8k](/packages/prestashop-prestashop)

PHPackages © 2026

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