

Twig
Like
Twig, the flexible, fast, and secure template language for PHP.
Cost / License
- Free
- Open Source (BSD-3-Clause)
Platforms
- Self-Hosted
- PHP
Features
- Twig Templating
Twig News & Activities
Highlights All activities
Recent activities
POX added Twig as alternative to Phoenix Language, mustache, Handlebars and Kitten- POX added Twig
Twig information
No comments or reviews, maybe you want to be first?
What is Twig?
Twig is a modern template engine for PHP.
- Fast: Twig compiles templates down to plain optimized PHP code. The overhead compared to regular PHP code was reduced to the very minimum.
- Secure: Twig has a sandbox mode to evaluate untrusted template code. This allows Twig to be used as a template language for applications where users may modify the template design.
- 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.
What makes Twig better than PHP as a template engine?
When it comes to template engines in PHP, many people will tell you that PHP itself is a template engine. But even if PHP started its life as a template language, it did not evolve like one in the recent years. As a matter of fact, it doesn't support many features modern template engines should have nowadays.



