Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
..
Helper 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
Loader 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
Storage 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
Tests 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
DelegatingEngine.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
EngineInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
PhpEngine.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
README.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
StreamingEngineInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
TemplateNameParser.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
TemplateNameParserInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
TemplateReference.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
TemplateReferenceInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release 5 vuotta sitten

README.md

Templating Component

The Templating component provides all the tools needed to build any kind of template system.

It provides an infrastructure to load template files and optionally monitor them for changes. It also provides a concrete template engine implementation using PHP with additional tools for escaping and separating templates into blocks and layouts.

Resources