Download the PHP package zendframework/zend-expressive-template without Composer
On this page you can find all versions of the php package zendframework/zend-expressive-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zendframework/zend-expressive-template
More information about zendframework/zend-expressive-template
Files in zendframework/zend-expressive-template
Download zendframework/zend-expressive-template
More information about zendframework/zend-expressive-template
Files in zendframework/zend-expressive-template
Vendor zendframework
Package zend-expressive-template
Short Description Template subcomponent for Expressive
License BSD-3-Clause
Package zend-expressive-template
Short Description Template subcomponent for Expressive
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package zend-expressive-template
zend-expressive-template
Repository abandoned 2019-12-31
This repository has moved to mezzio/mezzio-template.
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; theTemplateRendererInterface
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.
Installation
Typically, you will install this when installing Expressive. However, it can be used standalone to provide a generic way to provide templating to your application. To do this, use:
We currently support and provide the following routing integrations:
- Plates:
composer require zendframework/zend-expressive-platesrenderer
- Twig:
composer require zendframework/zend-expressive-twigrenderer
- ZF2 PhpRenderer:
composer require zendframework/zend-expressive-zendviewrenderer
Documentation
Expressive provides template documentation.
All versions of zend-expressive-template with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
The package zendframework/zend-expressive-template contains the following files
Loading the files please wait ....