prezent/inky

PHP implementation of Zurb's Inky parser

Installs: 406 009

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 7

Forks: 0

Open Issues: 0

pkg:composer/prezent/inky

0.1.2 2021-08-04 09:01 UTC

This package is auto-updated.

Last update: 2025-10-04 18:29: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>');