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

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