Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

zendframework/zend-expressive-zendviewrenderer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

zend-view PhpRenderer Integration for Expressive

Repository abandoned 2019-12-31

This repository has moved to mezzio/mezzio-laminasviewrenderer.

Build Status Coverage Status

zend-view PhpRenderer integration for Expressive.

Installation

Install this library using composer:

$ composer require zendframework/zend-expressive-zendviewrenderer

We recommend using PSR-11 compatible dependency injection container. We can recommend the following implementations:

  • zend-servicemanager: composer require zendframework/zend-servicemanager
  • Pimple: composer require zendframework/zend-pimple-config
  • Aura.Di: composer require zendframework/zend-auradi-config

View Helpers

To use view helpers, the ZendViewRendererFactory:

  • requires a config service; with
  • a view_helpers sub-key; which
  • follows standard zend-servicemanager configuration.

Documentation

Browse online at https://docs.zendframework.com/zend-expressive/features/template/zend-view/.