PHPackages                             twin-elements/message - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. twin-elements/message

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

twin-elements/message
=====================

Helper in composing the message

v1.3.2(3y ago)01291MITPHPPHP ^7.1 || ^8.0

Since Nov 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/twin-elements/message)[ Packagist](https://packagist.org/packages/twin-elements/message)[ RSS](/packages/twin-elements-message/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (11)Used By (1)

\##Installation

\###Step 1: Download the Bundle

`composer require twin-elements/message`

\###Step 2: If you do not use TwinElements/AdminBundle, enable the service

```
#config/services.yaml
services:
    TwinElements\Component\Message\MessageBuilderFactory: ~

```

\###Usage

```
public function index(
        MessageBuilderFactory $messageBuilderFactory,
        MailerInterface       $mailer
    )
    {
        $message = ($messageBuilderFactory->createMessageBuilder()->getMessage(
            'Subject',
            ['key' => 'value'],
            'email_template_path.html.twig'
        ))
            ->addTo('email@email.com');

            $mailer->send($message);
    }

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Recently: every ~21 days

Total

10

Last Release

1389d ago

PHP version history (2 changes)v1.0.0PHP ^7.1

v1.3.2PHP ^7.1 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![twin-elements](https://avatars.githubusercontent.com/u/17727266?v=4)](https://github.com/twin-elements "twin-elements (12 commits)")

---

Tags

message builder

### Embed Badge

![Health badge](/badges/twin-elements-message/health.svg)

```
[![Health](https://phpackages.com/badges/twin-elements-message/health.svg)](https://phpackages.com/packages/twin-elements-message)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

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

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

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

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)

PHPackages © 2026

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