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

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