zk2 / SPSBundle

The bundle for Symfony2, designed to facilitate the work with large sets of table data. SPS is an acronym Search Pagination Sort (Search pagination sorting), that is the bundle can apply filters to ensure pagination, sorting data

Home Page:https://sps.sf2.pp.ua/postgres/doctrine_country

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zk2SpsBundle

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

About

The bundle for Symfony2, designed to facilitate the work with large sets of table data. SPS is an acronym Search Pagination Sort (Search pagination sorting), that is the bundle can apply filters to ensure pagination, sorting data

https://sps.sf2.pp.ua/postgres/doctrine_country


Languages

Language:PHP 71.6%Language:CSS 18.9%Language:Twig 8.2%Language:JavaScript 1.2%