yiisoft/yii2-twig

The Twig integration for the Yii framework

Maintainers

Package info

github.com/yiisoft/yii2-twig

Forum

Wiki

Type:yii2-extension

pkg:composer/yiisoft/yii2-twig

Fund package maintenance!

Open Collective

yiisoft

Tidelift

Statistics

Installs: 1 856 934

Dependents: 43

Suggesters: 0

Stars: 134

Open Issues: 9

2.5.1 2025-02-13 21:31 UTC

README

Twig Extension for Yii 2


This extension provides a ViewRender that would allow you to use Twig view template engine with Yii framework 2.0.

For license information check the LICENSE-file.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build Status codecov

Installation

Important

  • The minimum required PHP version is PHP 7.4.
  • It works best with PHP 8.

The preferred way to install this extension is through composer:

php composer.phar require --prefer-dist yiisoft/yii2-twig

Usage

To use this extension, configure it as described in documentation.