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

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