povs/lister-bundle
Composer 安装命令:
composer require povs/lister-bundle
包简介
Lister bundle for Symfony to simplify common data listing functions (pagination, sorting, filtering, exporting, etc.)
README 文档
README
In development.
Documentation
Lister bundle helps to simplify and standardize data listing with pagination, filtering, sorting and more.
It compacts all list information into a single class which is easy to understand, extend and use.
By default library ships with two list types:
- ArrayListType - can return data as array or json (paginated or not)
- CsvListType - returns data as string separated by delimiter via streamed response.
However it is very easy to build your own list type for various needs.
For full stack web applications with twig consider using ListerTwigBundle
which provides twig and ajax list types with various themes which can be modified.
Requirements
- Php >=
7.1 - Symfony >=
4 - Doctrine ORM
统计信息
- 总下载量: 2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-27