/yiisoft-view

Yii view rendering library

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Yii View Rendering Library


This library provides PHP-based templates rendering. It is used in Yii Framework but is supposed to be usable separately.

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 yiisoft/view

or add

"yiisoft/view": "^1.0"

to the require section of your composer.json.