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.
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.
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunitThe package tests are checked with Infection mutation framework. To run it:
./vendor/bin/infectionThe code is statically analyzed with Phan. To run static analysis:
./vendor/bin/phan


