Smarty implementation of PhpTransformer.

1.0.0 2016-02-25 13:07 UTC

This package is auto-updated.

Last update: 2024-04-16 21:56:25 UTC


README

Smarty support for PHPTransformers.

Install

Via Composer

$ composer require phptransformers/smarty

Usage

$engine = new SmartyTransformer();
echo $engine->render('Hello, {$name}!', array('name' => 'phptransformers'));

Testing

$ phpunit

License

The MIT License (MIT). Please see License File for more information.