Skip to content

aphraoh/yii-dataview

 
 

Repository files navigation

Yii Framework

Yii Framework Data Displaying Extension


Latest Stable Version Total Downloads Build status Code Coverage Mutation testing badge

This [Yii Framework] provides data displaying widgets:

  • ListView
  • GridView
  • DetailView

For license information check the LICENSE-file.

Installation

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.

Unit testing

The package is tested with PHPUnit. To run tests:

./vendor/bin/phpunit

Mutation testing

The package tests are checked with Infection mutation framework with Infection Static Analysis Plugin. To run it:

./vendor/bin/roave-infection-static-analysis-plugin

Static analysis

The code is statically analyzed with Psalm. To run static analysis:

./vendor/bin/psalm

Rector

Use Rector to make codebase follow some specific rules or use either newest or any specific version of PHP:

./vendor/bin/rector

Support the project

Open Collective

Follow updates

Official website Twitter Telegram Facebook Slack

License

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.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%