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

zendframework/zend-expressive-platesrenderer

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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Plates Integration for Expressive

Repository abandoned 2019-12-31

This repository has moved to mezzio/mezzio-platesrenderer.

Build Status Coverage Status

Provides integration with Plates for Expressive.

Installation

Install this library using composer:

$ composer require zendframework/zend-expressive-platesrenderer

We recommend using a dependency injection container, and typehint against container-interop. We can recommend the following implementations:

Documentation

See the Expressive Plates documentation.