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.8k41MITPHPPHP ^7.0

Since Feb 24Pushed 6y ago1 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 today

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

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity59

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

2476d 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

16613.6M77](/packages/twig-inky-extra)[symfony/ux-twig-component

Twig components for Symfony

22018.6M355](/packages/symfony-ux-twig-component)[symfony/ux-live-component

Live components for Symfony

1647.0M128](/packages/symfony-ux-live-component)[symfony/ux-toolkit

A tool to easily create a design system in your Symfony app with customizable, well-crafted Twig components

16126.1k1](/packages/symfony-ux-toolkit)[mati365/ckeditor5-symfony

CKEditor 5 integration for Symfony

262.6k](/packages/mati365-ckeditor5-symfony)

PHPackages © 2026

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