PHPackages                             prezent/ink-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. [Templating &amp; Views](/categories/templating)
4. /
5. prezent/ink-bundle

ActiveLibrary[Templating &amp; Views](/categories/templating)

prezent/ink-bundle
==================

Easy responsive e-mails using Foundation and Inky

1.1.0(6mo ago)211.7k↓50%1MITPHPPHP ^7.0|^8.0

Since Nov 16Pushed 6mo ago7 watchersCompare

[ Source](https://github.com/Prezent/prezent-ink-bundle)[ Packagist](https://packagist.org/packages/prezent/ink-bundle)[ Docs](http://www.prezent.nl)[ RSS](/packages/prezent-ink-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (13)Versions (28)Used By (0)

prezent/ink-bundle
==================

[](#prezentink-bundle)

[![Build Status](https://camo.githubusercontent.com/c26ee127f8694b4bccbf7608d799a9e0495e7f4214aa2fd9e652893857dafa5c/68747470733a2f2f7472617669732d63692e6f72672f5072657a656e742f7072657a656e742d696e6b2d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Prezent/prezent-ink-bundle)

Easy responsive e-emails using Foundation and Inky

```
namespace AppBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\Controller

class AppController extends Controller
{
    public function emailAction()
    {
        $message = $this->get('prezent_ink.factory')->getMessage('AppBundle:Mail:hello.eml.twig', [
            'user' => $this->getUser(),
        ]);

        $message
            ->setFrom('noreply@example.org')
            ->setTo('john.doe@example.org')
        ;

        $this->get('mailer')->send($message);
    }
}
```

```
{% extends 'PrezentInkBundle::base.eml.twig' %}

{% block stylesheets %}

{% endblock %}

{% block subject %}Hello {{ user.username }}{% endblock %}

{% block body_text %}
Hello {{ user.username }},

Nice to meet you!
{% endblock %}

{% block body_html %}

    Hello {{ user.username }},

    Nice to meet you!

{% endblock %}
```

The documentation can be found in [Resources/doc](src/Resources/doc/index.md)

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance68

Regular maintenance activity

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~131 days

Recently: every ~348 days

Total

26

Last Release

192d ago

Major Versions

0.8.0 → 1.0.02022-01-14

0.7.x-dev → 1.1.02025-11-07

PHP version history (2 changes)0.1.0PHP ^5.5|^7.0

0.7.1PHP ^7.0|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/89e726c075b8791241a5a0ff503843c7c1b81ff2ee58a2ab942fe9e66f81b059?d=identicon)[prezent](/maintainers/prezent)

---

Top Contributors

[![LeonidasJP](https://avatars.githubusercontent.com/u/11160833?v=4)](https://github.com/LeonidasJP "LeonidasJP (4 commits)")[![sandermarechal](https://avatars.githubusercontent.com/u/145240?v=4)](https://github.com/sandermarechal "sandermarechal (1 commits)")

---

Tags

twigemailfoundationresponsiveinky

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/prezent-ink-bundle/health.svg)

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

###  Alternatives

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91292.0M315](/packages/twig-extra-bundle)[lorenzo/pinky

A Foundation for Emails (Inky) template transpiler

28813.3M12](/packages/lorenzo-pinky)[twig/inky-extra

A Twig extension for the inky email templating engine

16612.5M47](/packages/twig-inky-extra)[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)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)[yellowskies/qr-code-bundle

Symfony Barcode &amp; QR Code Generator Bundle with Twig extension

36682.9k](/packages/yellowskies-qr-code-bundle)

PHPackages © 2026

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