added a mention of projects using Twig

This commit is contained in:
Fabien Potencier
2015-08-04 16:19:10 +02:00
parent 617eaa0009
commit e375c9c562
+5 -1
View File
@@ -21,10 +21,14 @@ The key-features are...
* *Flexible*: Twig is powered by a flexible lexer and parser. This allows the
developer to define its own custom tags and filters, and create its own DSL.
Twig is used by many Open-Source projects like Symfony, Drupal8, eZPublish,
phpBB, Piwik, OroCRM, and many frameworks have support for it as well like
Slim, Yii, Laravel, Codeigniter, and Kohana, just to name a few.
Prerequisites
-------------
Twig needs at least **PHP 5.2.4** to run.
Twig needs at least **PHP 5.2.7** to run.
Installation
------------