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

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