handlebars

pecl install handlebars

Handlebars templating language

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

Version 1.0.0 change log


- PHP 8.1 and 8.2 compat
- Target handlebars.js v4.7.7
- Target handlebars.c v1.0.0
- Objects can now be iterated with `#each`
- `known_helpers` is now passed properly to the compiler in `render`

Maintainer

  • John Boehr (lead )

Details

Categories

Stars: 25
Downloads: 10188
1.0.0
1 year ago

requires:

  • php >=7.2.0
  • pearinstaller >=1.4.1

suggests:

  • psr