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

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