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

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