PHPackages                             burzum/cakephp-zurb-inky - 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. burzum/cakephp-zurb-inky

AbandonedArchivedCakephp-plugin[Templating &amp; Views](/categories/templating)

burzum/cakephp-zurb-inky
========================

1.0.0(6y ago)17.5k2MITPHPPHP &gt;=7.1.0

Since May 9Pushed 6y ago3 watchersCompare

[ Source](https://github.com/burzum/cakephp-zurb-inky)[ Packagist](https://packagist.org/packages/burzum/cakephp-zurb-inky)[ RSS](/packages/burzum-cakephp-zurb-inky/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

CakePHP plugin for Zurb Inky
============================

[](#cakephp-plugin-for-zurb-inky)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Scrutinizer Coverage](https://camo.githubusercontent.com/6952812866aa18a68a65836757184fec579e6763f2ac403b7726e57e2756ba6a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6275727a756d2f63616b657068702d7a7572622d696e6b792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/burzum/cakephp-zurb-inky/)[![Code Quality](https://camo.githubusercontent.com/49d85a383939ddb1aea322b2c39e9b34bc609aed5cb08b64ed88603281820257/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6275727a756d2f63616b657068702d7a7572622d696e6b792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/burzum/cakephp-zurb-inky/)

A plugin to render Inky views. This will render HTML and CSS in a way it should work with most of the mail clients. It basically turns divs and external CSS files into very old fashioned tables and inline CSS so that the retarded mail implementations will hopefully display it correctly.

-

Libraries used by this plugin

-
-

Requires php 7.1

How to use it
-------------

[](#how-to-use-it)

Assuming you are using a custom mailer [as explained here](https://book.cakephp.org/3.0/en/core-libraries/email.html#creating-reusable-emails) just set the view renderer for all mails of this mailer:

```
class MyExampleMailer extends Mailer
{
	public function __construct(Email $email = null)
	{
		parent::__construct($email);

		$this->setViewRenderer('Burzum/ZurbInky.Inky');
	}
}
```

If you want to parse the CSS as inline CSS call `setCssFiles()` in your views.

In your layout or action set the CSS files you want to use with Inky.

```
$this->setCssFiles([
	'one',
	'two'
]);
```

The files are set using the same notation as `UrlHelper::css()` and are looked up in the apps `webroot/css` folder by default.

License
-------

[](#license)

Copyright Florian Krämer

Licensed under The MIT License Redistributions of files must retain the above copyright notice.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community12

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

Total

2

Last Release

2241d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0643e6255da841fe65260ec6e263d8908a40a84b884c32e9fc6be6a15e252fa8?d=identicon)[burzum](/maintainers/burzum)

---

Top Contributors

[![burzum](https://avatars.githubusercontent.com/u/162789?v=4)](https://github.com/burzum "burzum (12 commits)")[![netstyler](https://avatars.githubusercontent.com/u/319755?v=4)](https://github.com/netstyler "netstyler (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/burzum-cakephp-zurb-inky/health.svg)

```
[![Health](https://phpackages.com/badges/burzum-cakephp-zurb-inky/health.svg)](https://phpackages.com/packages/burzum-cakephp-zurb-inky)
```

###  Alternatives

[twig/inky-extra

A Twig extension for the inky email templating engine

16613.6M77](/packages/twig-inky-extra)[cakephp/debug_kit

CakePHP Debug Kit

86314.7M171](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[friendsofcake/cakephp-csvview

A CSV View class for CakePHP

1782.6M5](/packages/friendsofcake-cakephp-csvview)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M44](/packages/dereuromark-cakephp-ide-helper)

PHPackages © 2026

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