This [Yii Framework] provides data displaying widgets:
- ListView
- GridView
- DetailView
For license information check the LICENSE-file.
The preferred way to install this extension is through composer.
Either run
php composer.phar require yiisoft/yii-dataview
or add
"yiisoft/yii-dataview": "^3.0"
to the require section of your composer.json
.
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
The package tests are checked with Infection mutation framework with Infection Static Analysis Plugin. To run it:
./vendor/bin/roave-infection-static-analysis-plugin
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
Use Rector to make codebase follow some specific rules or use either newest or any specific version of PHP:
./vendor/bin/rector
The Yii Dataview is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.