Libraries tagged by php sort
asticode/php-datagrid
266 Downloads
Datagrid to handle sorting and pagination in APIs
valksor/php-functions-latvian
0 Downloads
A PHP library providing functions specific to Latvian language and data formats, including Latvian text comparison, sorting according to Latvian alphabet rules, and validation of Latvian personal identification codes
rstoetter/ckeycolumnusagetree-php
25 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.
mf-miko/sorted-linked-list
1 Downloads
A simple type-safe sorted singly linked list for int or string values in PHP.
idct/php-rapid-cache-client
0 Downloads
High-performance Redis/Valkey-backed PSR-16 cache client for PHP, extended with tag-based invalidation, queues, sets, sorted sets, and atomic counters.
fschaechter/php-collection
18 Downloads
A library for handling sets of data
cxlblm/php-ranker
3 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
11597 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
nrep/table-forge
1 Downloads
Schema-driven table/data grid builder for PHP - Framework agnostic with sorting, filtering, and pagination
tschueller/phpmysqlgrid
13 Downloads
A flexible MySQL data grid for PHP with support for filtering, sorting, pagination and CRUD operations.
fallen-komrades-dev/ksuid
1 Downloads
K-Sortable Unique Identifier (KSUID) for PHP, ported from ksuid-go and based on tuupola/ksuid
guifelix/ulid
6 Downloads
A PHP package to generate Universally Unique Lexicographically Sortable Identifiers
yousafsyed/algorithms
19 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.