Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 11-Jan-2023 | - | ||||
lib/Twig/ | H | 11-Jan-2023 | - | -14,896,278 | -8,816,850 | |
src/ | H | 11-Jan-2023 | - | -95,904,444 | -57,222,450 | |
.editorconfig | H A D | 04-Oct-2022 | 224 | 19 | 14 | |
.php-cs-fixer.dist.php | H A D | 04-Oct-2022 | 795 | 21 | 19 | |
CHANGELOG | H A D | 04-Oct-2022 | 14.5 KiB | 384 | 278 | |
LICENSE | H A D | 04-Oct-2022 | 1.5 KiB | 28 | 23 | |
README.rst | H A D | 04-Oct-2022 | 741 | 24 | 15 | |
composer.json | H A D | 04-Oct-2022 | 1.3 KiB | 55 | 54 |
README.rst
1Twig, the flexible, fast, and secure template language for PHP 2============================================================== 3 4Twig is a template language for PHP. 5 6Twig uses a syntax similar to the Django and Jinja template languages which 7inspired the Twig runtime environment. 8 9Sponsors 10-------- 11 12.. raw:: html 13 14 <a href="https://blackfire.io/docs/introduction?utm_source=twig&utm_medium=github_readme&utm_campaign=logo"> 15 <img src="https://static.blackfire.io/assets/intemporals/logo/png/blackfire-io_secondary_horizontal_transparent.png?1" width="255px" alt="Blackfire.io"> 16 </a> 17 18More Information 19---------------- 20 21Read the `documentation`_ for more information. 22 23.. _documentation: https://twig.symfony.com/documentation 24