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

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