Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.71 KB

Mustache for PHPTransformers

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 [email protected] instead of using the issue tracker.

Credits

License

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