johnpbloch/micro-twig

Twig templates for MicroMVC Library's Views

1.0.2 2013-01-18 19:36 UTC

This package is auto-updated.

Last update: 2024-03-10 05:47:43 UTC


README

MicroTwig is an extension for the Micro framework libraries. It connects Micro to the Twig templating library.

Use

To use, first make sure your templates will work in Twig. Then, when you need to use a view, instantiate the MicroTwig view:

// You only need to set $directory once
\MicroTwig\View::$directory = '/path/to/your/views';
$view = new \MicroTwig\View('Layout');

License

MicroTwig is released under the MIT license.