Download the PHP package unzeroun/sorter without Composer
On this page you can find all versions of the php package unzeroun/sorter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unzeroun/sorter
More information about unzeroun/sorter
Files in unzeroun/sorter
Download unzeroun/sorter
More information about unzeroun/sorter
Files in unzeroun/sorter
Vendor unzeroun
Package sorter
Short Description A library to dynamically sort collections / queries
License MIT
Package sorter
Short Description A library to dynamically sort collections / queries
License MIT
Please rate this library. Is it a good library?
Informations about the package sorter
Sorter
[!WARNING] This repo is archived and the project now lives here : https://github.com/yohang/sorter
Sorter is a PHP column sorting library that allows you to apply sorts of any kind of data source.
Features
- Sorts any kind of data source
- Sorts by multiple columns
- Factorise sorting logic into definitions classes
- Process HTTP request
- Symfony Bundle
- Twig extension
Installation
Optionnal : enable symfony bundle
Usage
Sorter provides a SorterFactory
class that allows you to sort your data source.
The factory require an applier to apply the sort to the data source.
Basic sorting
Symfony usage
With Symfony, the SorterFactory
is available as a service.
Definition class
You can factorise your sorting logic into a definition class.
All versions of sorter with dependencies
PHP Build Version
Package Version
The package unzeroun/sorter contains the following files
Loading the files please wait ....