Julio Montoya 7464887946 Updating vendors | hace 11 años | |
---|---|---|
.. | ||
Asset | hace 11 años | |
Helper | hace 11 años | |
Loader | hace 11 años | |
Storage | hace 11 años | |
Tests | hace 11 años | |
CHANGELOG.md | hace 11 años | |
DebuggerInterface.php | hace 11 años | |
DelegatingEngine.php | hace 11 años | |
EngineInterface.php | hace 11 años | |
LICENSE | hace 11 años | |
PhpEngine.php | hace 11 años | |
README.md | hace 11 años | |
StreamingEngineInterface.php | hace 11 años | |
TemplateNameParser.php | hace 11 años | |
TemplateNameParserInterface.php | hace 11 años | |
TemplateReference.php | hace 11 años | |
TemplateReferenceInterface.php | hace 11 años | |
composer.json | hace 11 años | |
phpunit.xml.dist | hace 11 años |
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.
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Templating/
$ composer.phar install
$ phpunit