zk2/sps-bundle

Bundle implements the concept of "Search - Pagination - Sort" for tabular data

Installs: 1 028

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Type:symfony-bundle

v5.1.1 2021-02-07 19:12 UTC

README

Bundle for Symfony2 Standard Edition, designed to facilitate the work with large sets of table data. SPS is an acronym for Search, Pagination, Sort, that is the bundle can apply filters, ensure pagination, sort data.

Bundle is implemented as a service that get Doctrine\DBAL\Query\QueryBuilder or Doctrine\ORM\QueryBuilder and return form of filters and array with data for use in your view layer.

Demo

https://sps.sf2.pp.ua

Documentation

Quick start

Custom settings

Usage

Column options

Filter options

Running the Tests

Install the Composer dev dependencies:

php composer.phar install --dev

Then, run the test suite using PHPUnit:

phpunit

License

This bundle is released under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE