PHPackages                             saccas/mjml - 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. saccas/mjml

ActiveTypo3-cms-extension[Mail &amp; Notifications](/categories/mail)

saccas/mjml
===========

Mjml view using mjml over npm

v4.0.2(1mo ago)910.4k1[4 issues](https://github.com/saccas/mjml-typo3/issues)[3 PRs](https://github.com/saccas/mjml-typo3/pulls)GPL-2.0-or-laterHTMLPHP ^8.2CI passing

Since Jun 13Pushed 1w ago7 watchersCompare

[ Source](https://github.com/saccas/mjml-typo3)[ Packagist](https://packagist.org/packages/saccas/mjml)[ Docs](https://mjml.io)[ RSS](/packages/saccas-mjml/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (7)Versions (22)Used By (0)

MJML
====

[](#mjml)

 integration for TYPO3

MJML is a markup language designed to reduce the pain of coding a responsive email. Its semantic syntax makes it easy and straightforward and its rich standard components library speeds up your development time and lightens your email codebase. MJML’s open-source engine generates high quality responsive HTML compliant with best practices.

Installation
------------

[](#installation)

### Over composer:

[](#over-composer)

`composer require saccas/mjml`

### NPM

[](#npm)

Npm is needed for the conversion of the MJML file to HTML

Usage in EXT:Form
-----------------

[](#usage-in-extform)

You can overwrite the default *finishersEmailMixin* so that he uses the *MjmlEmailFinisher*or create your own.

```
TYPO3:
  CMS:
    Form:
      mixins:
        finishersEmailMixin:
          implementationClassName: 'Saccas\Mjml\Domain\Finishers\MjmlEmailFinisher'

```

NOTE: If not defined explicitly within the `` root tag, `lang="und"` ("undefined language") is rendered in the email's `` tag now.

MJML Documentation
------------------

[](#mjml-documentation)

Usage in your distribution
--------------------------

[](#usage-in-your-distribution)

To automate the installation of the npm packages, you could add the following lines to your composer.json

```
	"scripts": {
		"post-install-cmd": [
			"cd vendor/saccas/mjml && npm prune --production"
		],
		"post-update-cmd": [
			"cd vendor/saccas/mjml && npm prune --production"
		],
		"pre-deploy": [
			"cd vendor/saccas/mjml && npm prune --production"
		]
	}

```

Changelog
---------

[](#changelog)

### v3.0.0

[](#v300)

- Support TYPO3 v13.
- Add basic CI with QA tooling.

### v2.0.0

[](#v200)

Support TYPO3 v11.

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance87

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 58.2% 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 ~317 days

Recently: every ~325 days

Total

10

Last Release

35d ago

Major Versions

1.0.6 → v2.0.02022-09-15

v2.0.0 → v3.0.02026-01-06

v3.0.0 → v4.0.02026-03-03

PHP version history (5 changes)1.0.1PHP &gt;=7.0.0 &lt;=7.2.99

1.0.3PHP &gt;=7.1.0 &lt;=7.3.99

1.0.6PHP ^7.1

v2.0.0PHP ^8.1

v3.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/354250?v=4)[Daniel Siepmann](/maintainers/DanielSiepmann)[@DanielSiepmann](https://github.com/DanielSiepmann)

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

![](https://www.gravatar.com/avatar/1501c6800c8f21ce6a471ee08d8cbaaaa607621404cfa657b0dcc50db5e93989?d=identicon)[danielhuf](/maintainers/danielhuf)

---

Top Contributors

[![dhuf](https://avatars.githubusercontent.com/u/1814195?v=4)](https://github.com/dhuf "dhuf (39 commits)")[![DanielSiepmann](https://avatars.githubusercontent.com/u/354250?v=4)](https://github.com/DanielSiepmann "DanielSiepmann (8 commits)")[![s12r](https://avatars.githubusercontent.com/u/1650697?v=4)](https://github.com/s12r "s12r (7 commits)")[![chriwo](https://avatars.githubusercontent.com/u/1309774?v=4)](https://github.com/chriwo "chriwo (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![d-s-codappix](https://avatars.githubusercontent.com/u/179449418?v=4)](https://github.com/d-s-codappix "d-s-codappix (3 commits)")[![SomeBdyElse](https://avatars.githubusercontent.com/u/243504?v=4)](https://github.com/SomeBdyElse "SomeBdyElse (3 commits)")

---

Tags

formmjmlnpmtypo3typo3-extensionemailextensiontypo3mjml

### Embed Badge

![Health badge](/badges/saccas-mjml/health.svg)

```
[![Health](https://phpackages.com/badges/saccas-mjml/health.svg)](https://phpackages.com/packages/saccas-mjml)
```

###  Alternatives

[directmailteam/direct-mail

Advanced Direct Mail/Newsletter mailer system with sophisticated options for personalization of emails including response statistics.

39209.3k2](/packages/directmailteam-direct-mail)[sup7even/mailchimp

Simple MailChimp integration to let users register to a specific list

1531.9k](/packages/sup7even-mailchimp)[mediaessenz/mail

Powerful newsletter system for TYPO3

119.1k2](/packages/mediaessenz-mail)

PHPackages © 2026

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