PHPackages                             hrevert/ht-template-resolver-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. hrevert/ht-template-resolver-module

ActiveLibrary[Templating &amp; Views](/categories/templating)

hrevert/ht-template-resolver-module
===================================

HtTemplateResolverModule is a Zend Framework 2 module which allows us to easily create custom template path resolvers

0.0.1(12y ago)088MITPHPPHP &gt;=5.4

Since Mar 26Pushed 11y ago2 watchersCompare

[ Source](https://github.com/hrevert/HtTemplateResolverModule)[ Packagist](https://packagist.org/packages/hrevert/ht-template-resolver-module)[ Docs](https://github.com/hrevert/HtTemplateResolverModule)[ RSS](/packages/hrevert-ht-template-resolver-module/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

HtTemplateResolverModule
========================

[](#httemplateresolvermodule)

[![Master Branch Build Status](https://camo.githubusercontent.com/b409fa7758c45b299462f160afe6cd974f8a8f7a702addd6fd59d63d467dcfc7/68747470733a2f2f6170692e7472617669732d63692e6f72672f687265766572742f487454656d706c6174655265736f6c7665724d6f64756c652e706e67)](http://travis-ci.org/hrevert/HtTemplateResolverModule)[![Latest Stable Version](https://camo.githubusercontent.com/a78c645fb293bd5d4024935328ff226c5d6c401db36e4614591cf9035d582c62/68747470733a2f2f706f7365722e707567782e6f72672f687265766572742f68742d74656d706c6174652d7265736f6c7665722d6d6f64756c652f762f737461626c652e706e67)](https://packagist.org/packages/hrevert/ht-template-resolver-module)[![Latest Unstable Version](https://camo.githubusercontent.com/270017dad2ab07d726a10036bafbbfdda3fc956a3df2ddbd90308d369e18d8e3/68747470733a2f2f706f7365722e707567782e6f72672f687265766572742f68742d74656d706c6174652d7265736f6c7665722d6d6f64756c652f762f756e737461626c652e706e67)](https://packagist.org/packages/hrevert/ht-template-resolver-module)[![Total Downloads](https://camo.githubusercontent.com/28039c1ea1843c3ee70ac81c29dbda449a25e35d32486212bd97f3bab6bf6a00/68747470733a2f2f706f7365722e707567782e6f72672f687265766572742f68742d74656d706c6174652d7265736f6c7665722d6d6f64756c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/hrevert/ht-template-resolver-module)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1b35d125146e049ce24a770d93a6df3beae0008073eb25bfea324bb819c2b4e7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f687265766572742f487454656d706c6174655265736f6c7665724d6f64756c652f6261646765732f7175616c6974792d73636f72652e706e673f733d31326338613735386261356532373737626635316532653065313366353339383563373634353365)](https://scrutinizer-ci.com/g/hrevert/HtTemplateResolverModule/)

HtTemplateResolverModule is a Zend Framework 2 module which allows us to easily create custom template path resolvers

DEPRECATED
----------

[](#deprecated)

This module is deprecated. Please use [Delegator service factories](http://framework.zend.com/manual/2.3/en/modules/zend.service-manager.delegator-factories.html) to create custom template path resolvers.

\##Requirements

- [Zend Framework 2](https://github.com/zendframework/zf2)
- PHP (&gt;=5.4)

Installation
============

[](#installation)

- Add `"hrevert/ht-template-resolver-module": "0.0.*",` to your composer.json and run `php composer.phar update`
- Enable the module in `config/application.config.php`

Basic Usage
-----------

[](#basic-usage)

- Create a class imlements that [Zend\\View\\Resolver\\ResolverInterface](https://github.com/zendframework/zf2/blob/master/library/Zend/View/Resolver/ResolverInterface.php)

```
