承接 povs/lister-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Scrutinizer Build Status Travis Build Status Code Coverage Code Quality

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

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-01-27