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.8.2RC2
7 years ago
Version 0.8.2RC2 change log


- Mustache delimiter preprocessing support behind the compat flag
- Property lookup now generates a closure from a method if the value of the property is null or does not exist to emulate the behaviour of javascript where functions and properties share a symbol table - only supported for PHP 7 or greater
- Changed target handlebars.c version to 0.6.4

requires:

  • php >=5.6.0<=7.2.99
  • pearinstaller >=1.4.1