Package Information |
Summary |
Handlebars templating language |
Maintainers |
John Boehr <
jbboehr at gmail dot com >
(lead)
[details]
|
License |
BSD-2-Clause |
Description |
This extension embeds a Handlebars interpreter into PHP, allowing the execution of Handlebars templates. |
Homepage |
https://github.com/jbboehr/php-handlebars
|
Release notes
Version 0.9.1
(stable)
|
- Fixed test failure on PHP 8 (@remicollet) - Fixed test failure on 32bit - The compiled template produced by `Handlebars\VM::compile()` should now be deterministic, if using handlebars.c >= 0.7.1. |