Libraries tagged by usort
gloomy/pager-bundle
538 Downloads
Paginator/datagrid/crud bundle for Symfony2 with advanced filtering & sorting
fgsl/eyedatagrid
19 Downloads
Display data from a database in a sortable table
ether/purchase-patterns
3426 Downloads
Easily keep track of and show products customers bought together. Plus, sorting by individual and order sales.
eleven59/backpack-settings-extended
94 Downloads
Extends Backpack settings package to allow for categorization of settings, file/image uploads, custom entity names, and custom sort order
e-belousovva/laravel-query-filters
9 Downloads
Reusable Laravel query filter and sorting logic
donchev/email-extractor
186 Downloads
Extract valid email addresses from a string or array of strings.With a few helper methods like sortAsc/sortDesc, unique,filterInclude/filterExclude, lowercase/uppercase included.
digitronac/phalcon-ide-stubs
12857 Downloads
stubs copied from phalcon-devtools, sorted by tags, for easier ide inclusion
check24/apitk-url-bundle
1946 Downloads
This bundle provides filter, sorting and pagination for RESTful API's
bentools/doctrine-ulid
4880 Downloads
ULID (Universally Unique Lexicographically Sortable Identifier) support for Doctrine IDs
aza/phpgen
3225 Downloads
AzaPhpGen - Anizoptera CMF PHP code generation (dump) component. Allows to dump complex arrays, objects, closures and basic data types as php code. In part, this can be called a some sort of serialization. You can customize your dumped php code as you wish.
asua/datagrid
908 Downloads
DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc. Fork of ublaboo/datagrid
assegaiphp/collections
236 Downloads
The assegaiphp/collections package is a powerful tool for creating and managing groups of related objects in your AssegaiPHP projects. With this library, you can easily organize and manipulate data in a variety of ways, such as arrays, lists, sets, and maps. The package offers a wide range of methods for adding, removing, and manipulating items, as well as sorting, searching, and filtering your collections. It is fully compatible with PHP 7.x and above and is designed to be lightweight and easy to use. Whether you're building a web application, a CLI tool, or a standalone script, assegaiphp/collections is the perfect choice for working with data. With its simple and intuitive interface, you can easily start working with collections in your project right away.
ardakilic/dizici
17 Downloads
A minimal series-cli app that syncs series and episodes from TVMaze to a database aimed to make a unified sort
softerize/tablelize
1915 Downloads
Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.
malkusch/php-index
19813 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.