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

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