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