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

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