ramracing/mustache-file-array-loader

Template loader for Mustache.php that uses an array of files.

dev-master / 1.0.x-dev 2016-03-21 15:53 UTC

This package is not auto-updated.

Last update: 2020-01-08 02:07:00 UTC


README

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

This package provides a loader for Mustache.php to allow loading from an array of files.

Install

Via Composer

$ composer require ramracing/mustache-file-array-loader

Usage

$skeleton = new RamRacing\Mustache\FileArrayLoader();
echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email security@ramracing.org instead of using the issue tracker.

Credits

License

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