yiisoft / yii-dataview
Yii Framework Data Widgets Package
Fund package maintenance!
Open Collective
yiisoft
Installs: 20 218
Dependents: 6
Suggesters: 0
Security: 0
Stars: 30
Watchers: 17
Forks: 20
Open Issues: 19
Requires
- php: ^8.0
- ext-json: *
- ext-mbstring: *
- yiisoft/aliases: ^3.0
- yiisoft/arrays: ^2.0|^3.0
- yiisoft/data: ^1.0
- yiisoft/factory: ^1.0
- yiisoft/friendly-exception: ^1.0
- yiisoft/html: ^3.0
- yiisoft/json: ^1.0
- yiisoft/router: ^3.0
- yiisoft/strings: ^2.0
- yiisoft/translator: ^3.0
- yiisoft/translator-message-php: ^1.1
- yiisoft/view: ^8.0
- yiisoft/widget: ^2.0
- yiisoft/yii-widgets: ^2.1
Requires (Dev)
- maglnet/composer-require-checker: ^4.2
- nyholm/psr7: ^1.3
- phpunit/phpunit: ^9.5
- rector/rector: ^0.15.0
- roave/infection-static-analysis-plugin: ^1.25
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^4.30|^5.2
- yiisoft/di: ^1.2
- yiisoft/event-dispatcher: ^1.0
- yiisoft/log: ^2.0
- yiisoft/router-fastroute: ^3.0
- yiisoft/test-support: ^3.0
This package is auto-updated.
Last update: 2023-05-05 19:56:56 UTC
README
Yii Framework Data Displaying Extension
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
Follow updates
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.