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
2015-01-01 13:56:52 +01:00
..
Asset fixed various inconsistencies 2014-02-11 11:29:24 +01:00
Helper Docblock fixes 2014-11-30 13:33:44 +00:00
Loader Docblock fixes 2014-11-30 13:33:44 +00:00
Storage [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
Tests Fix phpdoc and coding standards 2014-12-29 23:41:34 +01: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 Docblock fixes 2014-11-30 13:33:44 +00:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
PhpEngine.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01: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 Docblock fixes 2014-11-30 13:33:44 +00:00
TemplateReferenceInterface.php Docblock fixes 2014-11-30 13:33:44 +00: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