prezent/inky

PHP implementation of Zurb's Inky parser

Maintainers

Package info

github.com/Prezent/prezent-inky

Homepage

pkg:composer/prezent/inky

Statistics

Installs: 448 804

Dependents: 1

Suggesters: 0

Stars: 4

Open Issues: 0

0.2.0 2025-11-07 13:05 UTC

This package is auto-updated.

Last update: 2026-03-14 14:41:19 UTC


README

Build Status

A PHP implementation of Zurb's Inky parser.

Installation

You can use Composer to install this library

composer require prezent/inky

Usage

Simply create a new Inky instance and feed it an email template.

use Prezent\Inky\Inky;

$inky = new Inky();
echo $inky->parse('<html>....</html>');