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(7mo ago)212.3k↑85.7%1MITPHPPHP ^7.0|^8.0CI failing

Since Nov 16Pushed 7mo 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 today

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

49

—

FairBetter than 94% of packages

Maintenance62

Regular maintenance activity

Popularity28

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

237d 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://avatars.githubusercontent.com/u/4508883?v=4)[Prezent Internet B.V.](/maintainers/prezent)[@Prezent](https://github.com/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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[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)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k160.5M1.2k](/packages/symfony-web-profiler-bundle)[sylius/sylius

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

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

Kimai - Time Tracking

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

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

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

PHPackages © 2026

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