schranz-templating / laminas-handlebars-integration
A integration of template renderer into laminas via handlebars template engine.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/schranz-templating/laminas-handlebars-integration
Requires
- php: ^7.0 || ^8.0
- laminas/laminas-modulemanager: ^2.0
- laminas/laminas-servicemanager: ^2.0 || ^3.0
- schranz-templating/handlebars-adapter: ^0.1
README
Integrate the templating Handlebars Adapter into the Laminas Framework.
Part of the Schranz Templating Project.
Installation
Install this package via Composer:
composer require schranz-templating/laminas-handlebars-integration
Add the module to the config/modules.config.php.php
:
return [ // ... 'Schranz\Templating\Integration\Laminas\Handlebars', ];
Configuration
The example and default configuration can be found in config/module.config.php.