Mustache support for PHPTransformers.

Maintainers

Package info

github.com/phptransformers/mustache

pkg:composer/phptransformers/mustache

Statistics

Installs: 36

Dependents: 1

Suggesters: 1

Stars: 0

Open Issues: 0

1.0.0 2017-10-01 13:21 UTC

This package is auto-updated.

Last update: 2026-03-10 11:50:40 UTC


README

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

Mustache.php support for PHPTransformers.

Install

Via Composer

$ composer require phptransformers/mustache

Usage

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

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email robloach@gmail.com instead of using the issue tracker.

Credits

License

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