symfony/templating
Provides all the tools needed to build any kind of template system observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 86
- Release rhythm 17
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 138.0
- age_days: 5671
- days_rel: 398
- days_push: 89
- n_releases_24m: 3
Adoption not part of the score
1017 stars · 19 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The Symfony Templating component provides the infrastructure to load template files, monitor them for changes, and render them with a PHP-based template engine including escaping, blocks, and layouts. It is officially deprecated and should not be used in new projects.
Use cases
- render php templates with layouts and blocks
- build a custom template system in php
- escape variables in php view files
- load templates from the filesystem in symfony
- maintain legacy symfony applications using PhpEngine
- separate templates into slots and layouts
When to choose
- you maintain a legacy Symfony or PHP app already using PhpEngine
- you need a minimal PHP-native templating layer without Twig
- you are building a custom template engine and want reusable loader/parser infrastructure
When to avoid
- starting a new project - the package is deprecated
- you can use Twig, the recommended Symfony template engine
- you need modern features, new functionality, or long-term guarantees
Facets
library · maturity maintenance
templating web-development backend developer-tools php symfony-component php-templates deprecated template-engine layouts escaping web-server
5 sources
- readme: https://github.com/symfony/templating · fetched 2026-08-28 · b76d2e15871d
- homepage: https://symfony.com/templating · fetched 2026-08-29 · 363939704be1
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/releases · fetched 2026-08-29 · a53ecdd1cdf8
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · 22d469644e83
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/templating | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="symfony/templating")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem