Twig icon
Twig icon

Twig

Twig, the flexible, fast, and secure template language for PHP.

Twig screenshot 1

Cost / License

Platforms

  • Self-Hosted
  • PHP
0likes
0comments
0articles

Features

  1.  Twig Templating

Twig News & Activities

Highlights All activities

Recent activities

Twig information

  • Developed by

    FR flagSensio Labs
  • Licensing

    Open Source (BSD-3-Clause) and Free product.
  • Written in

  • Alternatives

    10 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  8,359 Stars
  •  1,286 Forks
  •  76 Open Issues
  •   Updated  
View on GitHub
Twig was added to AlternativeTo by Paul on and this page was last updated .
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.

Official Links