Libraries tagged by sorted
tributemedia/tm_directory
201 Downloads
Provides Directory Entry content type and related configuration. Directory Entries are used to add new people to your directory. A new Directory Entry will be automatically added to your directory page and sorted based on your site's configuration.
rstoetter/ckeycolumnusagetree-php
22 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.
michaeljennings/carpenter
1677 Downloads
A PHP package to create HTML tables from a data store that can be sorted and paginated.
ge-tracker/laravel-redis-paginator
4847 Downloads
Create a Laravel Paginator or LengthAwarePaginator from a Redis sorted set
digitronac/phalcon-ide-stubs
12804 Downloads
stubs copied from phalcon-devtools, sorted by tags, for easier ide inclusion
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.
cashlink/php-index
11306 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.
kevinsimard/laravel-sorted-queue
9 Downloads
Laravel sorted queue driver
alexrah/sorted-iterator
9 Downloads
Helper Classes to dynamically include_once a sorted list of files from passed array of dirs
posp/sorted-linked-list
3 Downloads
SortedLinkedList
piotrek-r/sorted-linked-list
1 Downloads
SortedLinkedList implementation
maksymilian.kowalewski/sorted-linked-list
0 Downloads
A sorted linked list implementation in PHP.
jiraspe21/sorted-linked-list
3 Downloads
A brief description of your package.
jarivas/sorted-linked-list
2 Downloads
It is a php implementation of the Sorted Linked List