coresphere / twig-profiler-bundle
Collects information about the twig rendering process in Symfony 2 and provides it to WebProfilerBundle.
Installs: 1 511
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 8
Forks: 3
Open Issues: 1
Requires
- symfony/web-profiler-bundle: ~2.4.1
- twig/twig: ~1.11
This package is not auto-updated.
Last update: 2024-10-26 15:51:44 UTC
README
This bundle collects information about the twig rendering process in Symfony 2 and provides it to WebProfilerBundle.
Features
Get a list of:
- all twig template files rendered during a request
- the variable names available in each rendered twig template
- the loaded twig Extensions
- the available filters, methods and functions