Remi's RPM repository - Packages

Blog | Forum | Repository

php-zendframework-zend-expressive-template - Template subcomponent for Expressive

Website:
https://framework.zend.com/
Licence:
BSD
Vendor:
Remi Collet
Description:
Template subcomponent for Expressive

This package provides the following classes, interfaces, and traits:

* TemplateRendererInterface, a generic interface for providing template rendering capabilities.
* TemplatePath, a value object describing a (optionally) namespaced path in which templates reside; the TemplateRendererInterface returns these.
* ArrayParametersTrait provides helper methods you can mix in to implementations for normalizing template parameters to an array.
* DefaultParamsTrait provides helper methods you can mix in to implementations for aggregating default parameters as well as merging global, template-specific, and provided parameters when rendering.

We currently support and provide the following routing integrations:

* Plates: php-zendframework-zend-expressive-platesrenderer
* Twig: php-zendframework-zend-expressive-twigrenderer
* ZF2 PhpRenderer: php-zendframework-zend-expressive-zendviewrenderer

Documentation: http://zend-expressive.readthedocs.io/

Packages

php-zendframework-zend-expressive-template-1.0.3-2.el5.remi.noarch [12 KiB] Changelog by Remi Collet (2016-07-02):
- cleanup