PHPackages                             twig/inky-extension - 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. twig/inky-extension

Abandoned → [twig/inky-extra](/?search=twig%2Finky-extra)ArchivedLibrary[Templating &amp; Views](/categories/templating)

twig/inky-extension
===================

A Twig extension for the inky email templating engine

v2.0.2(6y ago)5977.6k41MITPHPPHP ^7.0

Since Feb 24Pushed 6y ago3 watchersCompare

[ Source](https://github.com/twigphp/inky-extension)[ Packagist](https://packagist.org/packages/twig/inky-extension)[ Docs](https://twig.symfony.com)[ RSS](/packages/twig-inky-extension/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (1)

Twig Inky Extension
===================

[](#twig-inky-extension)

**WARNINIG**: This package is deprecate; migrate to `twig/inky-extra` instead.

This package provides support for the [inky email templating engine](https://github.com/zurb/inky) in Twig via a filter (`inky`) for Twig and a Symfony bundle.

If you are not using Symfony, register the extension on Twig's `Environment`manually:

```
use Twig\Inky\InkyExtension;
use Twig\Environment;

$twig = new Environment(...);
$twig->addExtension(new InkyExtension());
```

Use the `inky` filter to process an inky email template:

```
{% filter inky %}

{% endfilter %}
```

You can also use the filter on an included file:

```
{{ include('some_template.inky.twig')|inky }}
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Total

4

Last Release

2430d ago

Major Versions

v1.0.0 → v2.0.02019-02-24

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47313?v=4)[Fabien Potencier](/maintainers/fabpot)[@fabpot](https://github.com/fabpot)

---

Top Contributors

[![fabpot](https://avatars.githubusercontent.com/u/47313?v=4)](https://github.com/fabpot "fabpot (8 commits)")[![pierredup](https://avatars.githubusercontent.com/u/144858?v=4)](https://github.com/pierredup "pierredup (1 commits)")[![stof](https://avatars.githubusercontent.com/u/439401?v=4)](https://github.com/stof "stof (1 commits)")

---

Tags

inkyphptwigtwig-extensiontwigemailinkyemails

### Embed Badge

![Health badge](/badges/twig-inky-extension/health.svg)

```
[![Health](https://phpackages.com/badges/twig-inky-extension/health.svg)](https://phpackages.com/packages/twig-inky-extension)
```

###  Alternatives

[twig/inky-extra

A Twig extension for the inky email templating engine

16612.5M47](/packages/twig-inky-extra)[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91492.0M315](/packages/twig-extra-bundle)[twig/intl-extra

A Twig extension for Intl

36763.2M221](/packages/twig-intl-extra)[rcrowe/twigbridge

Adds the power of Twig to Laravel

9105.9M50](/packages/rcrowe-twigbridge)[twig/string-extra

A Twig extension for Symfony String

22046.0M133](/packages/twig-string-extra)[lorenzo/pinky

A Foundation for Emails (Inky) template transpiler

28813.3M12](/packages/lorenzo-pinky)

PHPackages © 2026

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