Package Information |
Summary |
Mustache templating language |
Maintainers |
John Boehr <
jbboehr at gmail dot com >
(lead)
[details]
|
License |
MIT |
Description |
This extension embeds a Mustache interpreter into PHP, allowing the execution of Mustache templates. |
Homepage |
https://github.com/jbboehr/php-mustache
|
Release notes
Version 0.8.1
(stable)
|
- Require libmustache >= 0.5.0 - Remove old deprecated experimental compiler - Change minimum PHP version to 5.6 - Allow installation on PHP 7.3 - Fix missing php5to7.h (@remicollet) |