Libraries tagged by sorted
vse/abbc3
49 Downloads
Replace phpBB's default BBCode buttons with icons in a customizable toolbar. This extension also adds many new and useful custom BBCodes giving users more ways to customize their posts, including BBvideo (embed videos from dozens of media sites). Custom BBCodes can be arranged and sorted in any order and assigned to specific usergroups (such as Moderators and Admins only).
michaeljennings/carpenter
1680 Downloads
A PHP package to create HTML tables from a data store that can be sorted and paginated.
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.
mabasic/gallery-loader
175 Downloads
Laravel facade that gets images from a folder sorted by filename and filtered.
kevinsimard/laravel-sorted-queue
9 Downloads
Laravel sorted queue driver
alexrah/sorted-iterator
13 Downloads
Helper Classes to dynamically include_once a sorted list of files from passed array of dirs
siva01/sorted-linked-list
1 Downloads
A sorted linked list implementation in PHP
posp/sorted-linked-list
5 Downloads
SortedLinkedList
piotrek-r/sorted-linked-list
3 Downloads
SortedLinkedList implementation
mf-miko/sorted-linked-list
1 Downloads
A simple type-safe sorted singly linked list for int or string values in PHP.
mathalubos/sorted-linked-list
3 Downloads
A sorted linked list implementation in PHP.
maksymilian.kowalewski/sorted-linked-list
1 Downloads
A sorted linked list implementation in PHP.
krooyh/sorted-linked-list
1 Downloads
library providing a sorted linked list.
jiraspe21/sorted-linked-list
6 Downloads
A brief description of your package.
jarivas/sorted-linked-list
6 Downloads
It is a php implementation of the Sorted Linked List