handlebars

pecl install handlebars

Handlebars templating language

This extension embeds a Handlebars interpreter into PHP, allowing the execution of Handlebars templates.

Maintainer

  • John Boehr (lead )

Details

Stars: 25
Downloads: 10188
0.9.1
4 years ago
Version 0.9.1 change log


- 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.

requires:

  • php >=7.2.0
  • pearinstaller >=1.4.1

suggests:

  • psr