https://github.com/yiisoft/yii-dataview
Data widgets
https://github.com/yiisoft/yii-dataview
dataprovider grid hacktoberfest listview yii3
Last synced: about 1 year ago
JSON representation
Data widgets
- Host: GitHub
- URL: https://github.com/yiisoft/yii-dataview
- Owner: yiisoft
- License: bsd-3-clause
- Created: 2018-09-01T12:41:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T22:03:08.000Z (over 1 year ago)
- Last Synced: 2024-10-29T14:35:36.995Z (over 1 year ago)
- Topics: dataprovider, grid, hacktoberfest, listview, yii3
- Language: PHP
- Homepage: https://www.yiiframework.com/
- Size: 603 KB
- Stars: 38
- Watchers: 19
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Yii Data Displaying Extension
[](https://packagist.org/packages/yiisoft/yii-dataview)
[](https://packagist.org/packages/yiisoft/yii-dataview)
[](https://github.com/yiisoft/yii-dataview/actions/workflows/build.yml)
[](https://codecov.io/gh/yiisoft/yii-dataview)
[](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/yii-dataview/master)
This package provides data displaying widgets:
- [ListView](docs/en/guide/listview.md)
- [GridView](docs/en/guide/gridview.md)
- [DetailView](docs/en/guide/detailview.md)
Each widget has pagination, theming and translation built-in.
## Requirements
- PHP 8.1 or higher.
## Installation
The package could be installed with [Composer](https://getcomposer.org):
```shell
composer require yiisoft/yii-dataview
```
## Documentation
- [Guide](docs/en/guide/README.md)
- [Internals](docs/internals.md)
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for
that. You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
## License
The Yii Data Displaying Extension is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.
Maintained by [Yii Software](https://www.yiiframework.com/).
## Support the project
[](https://opencollective.com/yiisoft)
## Follow updates
[](https://www.yiiframework.com/)
[](https://twitter.com/yiiframework)
[](https://t.me/yii3en)
[](https://www.facebook.com/groups/yiitalk)
[](https://yiiframework.com/go/slack)