handlebars 1.0.0

Handlebars templating language


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

License: BSD-2-Clause

Changes

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