Download the PHP package dtkahl/twig-renderable-extension without Composer
On this page you can find all versions of the php package dtkahl/twig-renderable-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package twig-renderable-extension
Twig Renderable Extension
This package adds a custom render-tag to Twig. This tag automatically renders an instance of a class that implements the interface TwigRenderableInterface.
This is done by including the twig-template which is returned from $instance->getTemplate()
with the data which got returned from $instance->getRenderData()
.
Dependencies
PHP >=7.0.0
twig\twig ^2.0
Installation
Install with Composer:
Register the extension to the Twig instance:
All versions of twig-renderable-extension with dependencies
PHP Build Version
Package Version
The package dtkahl/twig-renderable-extension contains the following files
Loading the files please wait ....