This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Templating
2014-11-16 18:59:41 +01:00
..
Asset fixed various inconsistencies 2014-02-11 11:29:24 +01:00
Helper fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Loader fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Storage [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
Tests [Templating] PhpEngine should propagate charset to its helpers 2014-04-09 20:38:51 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Templating] added CHANGELOG 2012-04-26 20:04:28 +02:00
composer.json updated the branch alias in composer files 2013-01-31 22:39:01 +01:00
DebuggerInterface.php fixed CS 2012-07-09 14:54:20 +02:00
DelegatingEngine.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
EngineInterface.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
PhpEngine.php don't override internal PHP constants 2014-11-16 18:59:41 +01:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00
StreamingEngineInterface.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
TemplateNameParser.php removed unneeded use statements 2014-01-01 08:52:14 +01:00
TemplateNameParserInterface.php fixed CS 2012-07-09 14:54:20 +02:00
TemplateReference.php Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
TemplateReferenceInterface.php fixed CS 2012-07-09 14:54:20 +02:00

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