Skip to content

eth8505/zf-smarty-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eth8585\ZfSmartyrenderer - Zend Framework 3 Smarty Renderer

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.

Hot to install

Install eth8505/zf-smarty-renderer package via composer.

$ composer require eth8505/zf-smarty-renderer

Load the module in your application.config.php file like so:

<?php

return [
	'modules' => [
		'Eth8505\ZfSmartyRenderer\\',
		// ...
	],
];

Thanks

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

About

ZF3 module to use smarty as a template renderer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages