• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-May-2021-

Helper/H19-May-2021-22275

Loader/H19-May-2021-365160

Storage/H19-May-2021-11033

Tests/H19-May-2021-978685

.gitignoreH A D19-May-202134 43

CHANGELOG.mdH A D19-May-2021214 1510

DelegatingEngine.phpH A D19-May-20212.5 KiB10450

EngineInterface.phpH A D19-May-20212.1 KiB658

LICENSEH A D19-May-20211 KiB2016

PhpEngine.phpH A D19-May-202114.3 KiB517241

README.mdH A D19-May-2021770 2015

StreamingEngineInterface.phpH A D19-May-20211,020 346

TemplateNameParser.phpH A D19-May-2021958 4116

TemplateNameParserInterface.phpH A D19-May-2021781 316

TemplateReference.phpH A D19-May-20211.8 KiB8945

TemplateReferenceInterface.phpH A D19-May-20211.7 KiB7811

composer.jsonH A D19-May-2021871 3635

phpunit.xml.distH A D19-May-2021837 3127

README.md

1Templating Component
2====================
3
4The Templating component provides all the tools needed to build any kind of
5template system.
6
7It provides an infrastructure to load template files and optionally monitor them
8for changes. It also provides a concrete template engine implementation using
9PHP with additional tools for escaping and separating templates into blocks and
10layouts.
11
12Resources
13---------
14
15  * [Documentation](https://symfony.com/doc/current/components/templating.html)
16  * [Contributing](https://symfony.com/doc/current/contributing/index.html)
17  * [Report issues](https://github.com/symfony/symfony/issues) and
18    [send Pull Requests](https://github.com/symfony/symfony/pulls)
19    in the [main Symfony repository](https://github.com/symfony/symfony)
20