Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release | 5 lat temu | |
---|---|---|
.. | ||
Helper | 5 lat temu | |
Loader | 5 lat temu | |
Storage | 5 lat temu | |
Tests | 5 lat temu | |
.gitignore | 5 lat temu | |
CHANGELOG.md | 5 lat temu | |
DelegatingEngine.php | 5 lat temu | |
EngineInterface.php | 5 lat temu | |
LICENSE | 5 lat temu | |
PhpEngine.php | 5 lat temu | |
README.md | 5 lat temu | |
StreamingEngineInterface.php | 5 lat temu | |
TemplateNameParser.php | 5 lat temu | |
TemplateNameParserInterface.php | 5 lat temu | |
TemplateReference.php | 5 lat temu | |
TemplateReferenceInterface.php | 5 lat temu | |
composer.json | 5 lat temu | |
phpunit.xml.dist | 5 lat temu |
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.