The Eth8585\ZfSmartyRenderer module allows to use Smarty for template rendering in ZF3 applications.
WARNING This is currently under development and will most likely not work.
Install eth8505/zf-smarty-renderer package via composer.
$ composer require eth8505/zf-smarty-rendererLoad the module in your application.config.php file like so:
<?php
return [
'modules' => [
'Eth8505\ZfSmartyRenderer\\',
// ...
],
];Thanks to Heiko Baumgärtner and his skillfish/zf3-smarty-module module as well as the original randlem/zf2-smarty-module ZF2 module which this module is largely based upon..