Libraries tagged by data-structures
brilliant/data-structures
4 Downloads
Data structures implementations in PHP
avap/nora-php-data-structure
79 Downloads
nora php data structure
adrianoferreira/data-structures
0 Downloads
A set of data structures implemented in PHP.
5upermario/data-structures
5 Downloads
localheinz/data-structure
0 Downloads
Provides implementations of data structures.
hschulz/data-structures
123 Downloads
Implementation of useful structures.
wookieb/map
53 Downloads
Implementation of map in PHP
weblement/collections
29 Downloads
A small PHP collections library that contain powerful data structures which makes manipulation of arrays easier.
vpinti/sorted-linked-list
0 Downloads
A blazing fast, type-safe sorted linked list library for PHP. Supports automatic sorting, integer and string values, and modern PHP features.
vk-php-utils/ds
3 Downloads
PHP Java-Like Collections (List, Set, Map)
valksor/php-functions-queue
0 Downloads
A PHP library providing a simple and efficient queue implementation for managing collections of items in a FIFO (First-In-First-Out) manner
uniacid/sortedlinkedlist
0 Downloads
A type-safe, automatically-sorted linked list data structure for PHP
tonix-tuft/linked-hash-map
10 Downloads
How I would implement a linked hash map in PHP if PHP wouldn't have associative arrays.
tonix-tuft/gloom
3 Downloads
A counting bloom filter with probabilistic deletion capabilities also allowing a risky deletion which may lead to false negatives if not carefully used.
tommyknocker/struct
8 Downloads
PHP Structure helper with typed properties and attributes