Libraries tagged by php sort
steein/php_emoji
4 Downloads
Library, which provides a constant sorted after category for PHP-Emoji characters in PHP 7.
devchithu/laravel-filter-sorting-searchable
46 Downloads
This package used to filter, sorting(asc, desc), searchable. php version 7.2^
maksymilian.kowalewski/sorted-linked-list
1 Downloads
A sorted linked list implementation in PHP.
sergeylukin/multisort-php
15 Downloads
Sort n-dimensional arrays
mlquick-sort/mlquick-sort
11 Downloads
php 快速排序
bytefreak/php-utils
1308 Downloads
Some little php helper functions, like array_strip, array_merge_recursive_simple, array_call_method, array_call_function, array_create_hash, array_create_simple_hash, array_group, array_set_value, array_get_by_keypath, array_set_by_keypath, array_sort_by_column, str_begins_with, str_ends_with and debug_break.
bitween/merge-sort
2 Downloads
A simple example of a divide and conquer algorithm: merge sort. Example is used to explain the divide and conquer technique.
asticode/php-datagrid
264 Downloads
Datagrid to handle sorting and pagination in APIs
alexmazorchuk/sorter-test
5 Downloads
This is a test sorter library for array, integer or rows in PHP .
rstoetter/ckeycolumnusagetree-php
23 Downloads
The class cKeyColumnUsageTree represents a sorted collection of the key column usage of a mysql database. The main purpose of the class is to determine the dependencies of the tables among each other: The class is able to find dependency paths of more than two tables, when another tables are involved. Dependencies which include self referencing tables are considered, too.
fschaechter/php-collection
17 Downloads
A library for handling sets of data
cxlblm/php-ranker
1 Downloads
a sorting tool that supports dense_rank/rank/row_number sorting
nkreer/php-emoji
30 Downloads
Library that provides constants sorted after category for emoji characters in PHP 7.
cashlink/php-index
11367 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.
rehfeld/comparator
4 Downloads
Helps you write concise array sorting callbacks for php's usort function