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

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