zhangzhaosen/yii2-twig

The Twig integration for the Yii framework

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:yii2-extension

1.0.1 2017-09-26 05:47 UTC

This package is not auto-updated.

Last update: 2024-05-26 02:34:58 UTC


README

68747470733a2f2f747769672e73796d666f6e792e636f6d2f696d616765732f747769672d6c6f676f2e706e67

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

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"zhangzhaosen/yii2-twig": "~1.0.0"

to the require section of your composer.json.

Usage

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