Libraries tagged by datastructure
dflydev/dot-access-data
403691501 Downloads
Given a deep data structure, access data by dot notation.
nicmart/tree
21736372 Downloads
A basic but flexible php tree data structure and a fluent tree builder implementation.
seboettg/collection
1413297 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
loophp/phptree
1778410 Downloads
An implementation of tree data structure
dflydev/dot-access-configuration
14541131 Downloads
Given a deep data structure representing a configuration, access configuration by dot notation.
algb12/graph-ds
137367 Downloads
A fast implementation of the graph data-structure in PHP
graze/data-structure
297992 Downloads
Data collections and containers
markbaker/tries
4322 Downloads
PHP Classes for Trie datastructures
markbaker/quadtrees
40681 Downloads
QuadTree implementation in PHP
nayjest/tree
130818 Downloads
Tree data structure for PHP
fran6co/phptrie
18690 Downloads
PHP Trie implementation
zetacomponents/persistent-object
504127 Downloads
This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
voku/simple-php-code-parser
7542 Downloads
Get a simple data structure from your php code.
ltd-beget/stringstream
279714 Downloads
Php Stringstream data structure.
jakewhiteley/php-sets
28901 Downloads
An implementation of a Java-like Set data structure for PHP. A Set is an iterable data structure which allows strict-type storage of unique values.