Libraries tagged by sorts
snilius/twig-sort-by-field
671719 Downloads
A Twig Extension filter to sort an array of entries (objects or arrays) by the specified field
witty/laravel-table-view
6617 Downloads
Laravel 5 Package for easily displaying table views for Eloquent Collections with search and sort functionality built in.
joskolenberg/laravel-jory
10719 Downloads
Create a flexible API for your Laravel application using json based queries.
drmonty/datatables
60258 Downloads
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.
alexcrawford/lexorank-sortable
4384 Downloads
Adds sortable behavior and ordering to Laravel Eloquent models. Grouping and many to many supported.
ajshort/silverstripe-gridfieldextensions
25312 Downloads
A collection of useful grid field components
simpladevru/laravel-eloquent-join
13464 Downloads
This package introduces the join magic for eloquent models and relations.
pwm/deepend
2626 Downloads
A library for scheduling dependent task execution.
steefdw/standards-enums
22381 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
requtize/semver-converter
6009 Downloads
Converts SemVer version (like Composer packages) into integer version with operators. Helps managing versions: store, compare, sort and retrive by conditions.
pceuropa/yii2-menu
11307 Downloads
Menu bootstrap builder. Sort by drag and drop
open-admin-ext/grid-sortable
1613 Downloads
Sort the grid data by drag and drop rows
mouf/utils.common.sortable-interface
204360 Downloads
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
graze/formatter
23207 Downloads
Convert objects into arrays of data by applying processors, filters, and sorters.
bugloos/query-sorting-bundle
4602 Downloads
The query sorting bundle allows you to sort data from QueryBuilder and the Database. you can sort multiple columns at the same time and also you can sort relation fields with two-level deep and without any join in your query builder.