4 Repositories
PHP mustache Libraries
phly-mustache is a Mustache implementation written for PHP
phly-mustache is a Mustache implementation written for PHP. It conforms to the principles of mustache, and allows for extension of the format via pragmas.
16 Oct 13, 2021
Laravel wrapper of LightnCandy for using Handlebars (and Mustache) templates
Laravel Handlebars This package allows you to use Handlebars (and Mustache) templates with Laravel. You can integrate Handlebars templates into Blade
37 Jul 26, 2022
PHP 5.3 Mustache implementation
Phly\Mustache MOVED! This package has moved to phly/phly-mustache, and the package name has changed to phly/phly-mustache. I have updated packagist to
123 Jan 11, 2022
A Mustache implementation in PHP.
Mustache.php A Mustache implementation in PHP. Usage A quick example: ?php $m = new Mustache_Engine(array('entity_flags' = ENT_QUOTES)); echo $m-re
3.2k Dec 24, 2022