Libraries tagged by datastructure
pehape/data-tree
1705 Downloads
DataTree: Tree data-structure component for Nette Framework
wookieb/map
51 Downloads
Implementation of map in PHP
tonix-tuft/linked-hash-map
8 Downloads
How I would implement a linked hash map in PHP if PHP wouldn't have associative arrays.
tonix-tuft/gloom
2 Downloads
A counting bloom filter with probabilistic deletion capabilities also allowing a risky deletion which may lead to false negatives if not carefully used.
syaiful6/headbanger
36 Downloads
Headbanger! PHP Data structure
rtens/collections
25 Downloads
Array wrapper for more structured collections for PHP
rolfisub/php-sort-by-any
3 Downloads
Sort an array by any field, regardless of where in the structure it is.
olivebbs/map
15 Downloads
Generic map for PHP
nagyatka/basil
20 Downloads
Tree data structure for PHP
linkorb/collection
622 Downloads
Super powered collections
eiyaro/core-php
19 Downloads
Set of classes to deal with EIYARO's API
desmx/sds-php
1 Downloads
A Succinct Trie for PHP
codebooth/data-transfer-object
0 Downloads
Data Transfer Object is all about how the data is represented
cancio-labs/php-stack
3 Downloads
Interface and an array-based implementation of the LIFO Stack data structure.
cancio-labs/php-queue
1 Downloads
Interface and an array-based implementation of the FIFO Queue data structure.