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

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