Skip to content

Prezent/prezent-inky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prezent/inky

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>');

About

PHP implementation of Zurb's Inky parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages