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.0
4 years ago
Version 0.9.0 change log


- Preliminary PHP 8 support
- Support for precompiling templates
- Mustache-style lambda support
- Drop max PHP version constraint
- Selective helper options omission
- Improved typehints
See CHANGELOG.md for full details

requires:

  • php >=7.2.0
  • pearinstaller >=1.4.1

suggests:

  • psr