PHPackages                             libre-informatique/email-crm-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. libre-informatique/email-crm-bundle

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

libre-informatique/email-crm-bundle
===================================

CRM Bundle for Symfony with Email management

0.6.4(8y ago)12.1k1LGPL-3.0PHPPHP &gt;=7.1

Since Feb 13Pushed 8y ago6 watchersCompare

[ Source](https://github.com/libre-informatique/EmailCRMBundle)[ Packagist](https://packagist.org/packages/libre-informatique/email-crm-bundle)[ Docs](https://github.com/libre-informatique/SymfonyLibrinfoEmailCRMBundle)[ RSS](/packages/libre-informatique-email-crm-bundle/feed)WikiDiscussions master Synced yesterday

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

SymfonyLibrinfoEmailCRMBundle
=============================

[](#symfonylibrinfoemailcrmbundle)

[![Build Status](https://camo.githubusercontent.com/ba4de4a2df49b4f8f2d40839ed98f26228fd804747808112d82d40909f837361/68747470733a2f2f7472617669732d63692e6f72672f6c696272652d696e666f726d6174697175652f456d61696c43524d42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/libre-informatique/EmailCRMBundle)[![Coverage Status](https://camo.githubusercontent.com/877a12e4e989577ebefbe5e4e97166ad0b520af387b35817511a1d359d775b25/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c696272652d696e666f726d6174697175652f456d61696c43524d42756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/libre-informatique/EmailCRMBundle?branch=master)[![License](https://camo.githubusercontent.com/e561011be562800eb61a3e88113764a0f961abd96e1cabcff3eb3c81bb7827a5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c696272652d696e666f726d6174697175652f456d61696c43524d42756e646c652e7376673f7374796c653d666c61742d737175617265)](./LICENCE.md)

[![Latest Stable Version](https://camo.githubusercontent.com/721d286f05eba742e2ad06b8b76a53c04a295bae84927f355788a5ee4d104596/68747470733a2f2f706f7365722e707567782e6f72672f6c696272652d696e666f726d6174697175652f656d61696c2d63726d2d62756e646c652f762f737461626c65)](https://packagist.org/packages/libre-informatique/email-crm-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/85cbabb34a00ba96029a477c3b4d2ed4f445a5ed1d5e41d8a66825823b9084c6/68747470733a2f2f706f7365722e707567782e6f72672f6c696272652d696e666f726d6174697175652f656d61696c2d63726d2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/libre-informatique/email-crm-bundle)[![Total Downloads](https://camo.githubusercontent.com/25dbf92a49ac57259778ac823567f981fa4040816a4087864011fd03eb440270/68747470733a2f2f706f7365722e707567782e6f72672f6c696272652d696e666f726d6174697175652f656d61696c2d63726d2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/libre-informatique/email-crm-bundle)

CRM bundle for Symfony with Email management

This bundle leverages the full potential of both [SymfonyLibrinfoEmailBundle](https://github.com/libre-informatique/SymfonyLibrinfoEmailBundle) and [SymfonyLibrinfoCRMBundle](https://github.com/libre-informatique/SymfonyLibrinfoCRMBundle)

It is also a proof of concept of how **it is possible** to override the entity mapping of a Symfony bundle, using the new Design Pattern "Outer Extension" (still a WIP in the Libre Informatique's lab, for the moment)! New article coming soon about how we did it...

Usage
-----

[](#usage)

You have to implement 4 "outer extension" traits in your symfony AppBundle :

- ContactExtension
- PositionExtension
- OrganismExtension
- EmailExtension

```
// src/AppBundle/Entity/Extension/ContactExtension.php
namespace AppBundle\Entity\Extension;

trait ContactExtension
{
    use \Librinfo\EmailCRMBundle\Entity\Traits\HasEmailMessages;
}
```

```
// src/AppBundle/Entity/Extension/PositionExtension.php
namespace AppBundle\Entity\Extension;

trait PositionExtension
{
    use \Librinfo\EmailCRMBundle\Entity\Traits\HasEmailMessages;
}
```

```
// src/AppBundle/Entity/Extension/OrganismExtension.php
namespace AppBundle\Entity\Extension;

trait OrganismExtension
{
    use \Librinfo\EmailCRMBundle\Entity\Traits\HasEmailMessages;
}
```

```
// src/AppBundle/Entity/Extension/EmailExtension.php
namespace AppBundle\Entity\Extension;

trait EmailExtension
{
    use \Librinfo\EmailCRMBundle\Entity\Traits\HasEmailRecipients;
}
```

... and now the entities of [SymfonyLibrinfoEmailBundle](https://github.com/libre-informatique/SymfonyLibrinfoEmailBundle) and [SymfonyLibrinfoCRMBundle](https://github.com/libre-informatique/SymfonyLibrinfoCRMBundle) are linked from outer space!

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.3% 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 ~32 days

Total

9

Last Release

3162d ago

PHP version history (2 changes)0.4.2PHP &gt;=5.6

0.6.4PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bbce846c0d9bbaf3fc4f62538f638bb1f093d651e1bca9c0c6e0d97645286f8?d=identicon)[beta](/maintainers/beta)

![](https://avatars.githubusercontent.com/u/16222295?v=4)[Marcos Bezerra de Menezes](/maintainers/marcoslibre)[@marcoslibre](https://github.com/marcoslibre)

![](https://www.gravatar.com/avatar/928e77bd50201c2a30df571e6ff90c01a8cdfe29eec21f57fb7c143ba7c1a35e?d=identicon)[RomainSanchez](/maintainers/RomainSanchez)

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

---

Top Contributors

[![FanchTheSystem](https://avatars.githubusercontent.com/u/882203?v=4)](https://github.com/FanchTheSystem "FanchTheSystem (9 commits)")[![betaglop](https://avatars.githubusercontent.com/u/5788263?v=4)](https://github.com/betaglop "betaglop (2 commits)")[![RomainSanchez](https://avatars.githubusercontent.com/u/18164227?v=4)](https://github.com/RomainSanchez "RomainSanchez (2 commits)")[![PapsOu](https://avatars.githubusercontent.com/u/5792207?v=4)](https://github.com/PapsOu "PapsOu (1 commits)")

---

Tags

blastbundlecrmsonata-adminsymfonysymfonyemailcrmsonatae-venementlibio

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/libre-informatique-email-crm-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/libre-informatique-email-crm-bundle/health.svg)](https://phpackages.com/packages/libre-informatique-email-crm-bundle)
```

###  Alternatives

[robertotru/to-inline-style-email-bundle

A Symfony2 bundle for using the CssToInlineStyles translator by tijsverkoyen

59386.1k](/packages/robertotru-to-inline-style-email-bundle)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

15130.8k](/packages/hafael-azure-mailer-driver)

PHPackages © 2026

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