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
Requires
- php: ~5.5|~7.0
- mustache/mustache: ^2.10
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2020-01-08 02:07:00 UTC
README
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.