This repository has moved to mezzio/mezzio-platesrenderer.
Provides integration with Plates for Expressive.
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:
- zend-servicemanager:
composer require zendframework/zend-servicemanager
- pimple-interop:
composer require mouf/pimple-interop
- Aura.Di
See the Expressive Plates documentation.