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

..17-Nov-2021-

lib/Twig/H11-Feb-2020-3,3541,891

src/H11-Feb-2020-18,27810,873

.editorconfigH A D11-Feb-2020224 1914

.gitattributesH A D11-Feb-202053 32

.gitignoreH A D11-Feb-202091 76

.php_cs.distH A D11-Feb-2020799 2119

.travis.ymlH A D11-Feb-20201,004 4736

CHANGELOGH A D11-Feb-202048.8 KiB1,139856

LICENSEH A D11-Feb-20201.4 KiB3024

README.rstH A D11-Feb-2020802 2516

composer.jsonH A D11-Feb-20201.2 KiB5251

drupal_test.shH A D11-Feb-20201.6 KiB5143

README.rst

1Twig, the flexible, fast, and secure template language for PHP
2==============================================================
3
4Twig is a template language for PHP, released under the new BSD license (code
5and documentation).
6
7Twig uses a syntax similar to the Django and Jinja template languages which
8inspired the Twig runtime environment.
9
10Sponsors
11--------
12
13.. raw:: html
14
15    <a href="https://blackfire.io/docs/introduction?utm_source=twig&utm_medium=github_readme&utm_campaign=logo">
16        <img src="https://static.blackfire.io/assets/intemporals/logo/png/blackfire-io_secondary_horizontal_transparent.png?1" width="255px" alt="Blackfire.io">
17    </a>
18
19More Information
20----------------
21
22Read the `documentation`_ for more information.
23
24.. _documentation: https://twig.symfony.com/documentation
25