Julio Montoya 7464887946 Updating vendors 11 år sedan
..
Asset 3a484b8d25 Updating vendors 11 år sedan
Helper 3a484b8d25 Updating vendors 11 år sedan
Loader 7464887946 Updating vendors 11 år sedan
Storage 3a484b8d25 Updating vendors 11 år sedan
Tests ae4afdabd6 Updating vendors 11 år sedan
CHANGELOG.md 3a484b8d25 Updating vendors 11 år sedan
DebuggerInterface.php 3a484b8d25 Updating vendors 11 år sedan
DelegatingEngine.php 3a484b8d25 Updating vendors 11 år sedan
EngineInterface.php 3a484b8d25 Updating vendors 11 år sedan
LICENSE 3a484b8d25 Updating vendors 11 år sedan
PhpEngine.php 3a484b8d25 Updating vendors 11 år sedan
README.md 7464887946 Updating vendors 11 år sedan
StreamingEngineInterface.php 3a484b8d25 Updating vendors 11 år sedan
TemplateNameParser.php 3a484b8d25 Updating vendors 11 år sedan
TemplateNameParserInterface.php 3a484b8d25 Updating vendors 11 år sedan
TemplateReference.php 3a484b8d25 Updating vendors 11 år sedan
TemplateReferenceInterface.php 3a484b8d25 Updating vendors 11 år sedan
composer.json 3a484b8d25 Updating vendors 11 år sedan
phpunit.xml.dist 3a484b8d25 Updating vendors 11 år sedan

README.md

Templating Component

Templating 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

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Templating/
$ composer.phar install
$ phpunit