Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
..
Helper 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
Loader 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
Storage 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
Tests 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
DelegatingEngine.php 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
EngineInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
PhpEngine.php 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
README.md 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
StreamingEngineInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
TemplateNameParser.php 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
TemplateNameParserInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
TemplateReference.php 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
TemplateReferenceInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release пре 5 година

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