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

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