Libraries tagged by datastructure
dflydev/dot-access-data
383458562 Downloads
Given a deep data structure, access data by dot notation.
nicmart/tree
20681124 Downloads
A basic but flexible php tree data structure and a fluent tree builder implementation.
seboettg/collection
1336907 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
loophp/phptree
1767720 Downloads
An implementation of tree data structure
dflydev/dot-access-configuration
14514389 Downloads
Given a deep data structure representing a configuration, access configuration by dot notation.
graze/data-structure
293576 Downloads
Data collections and containers
algb12/graph-ds
135306 Downloads
A fast implementation of the graph data-structure in PHP
markbaker/tries
3208 Downloads
PHP Classes for Trie datastructures
markbaker/quadtrees
39918 Downloads
QuadTree implementation in PHP
nayjest/tree
123019 Downloads
Tree data structure for PHP
fran6co/phptrie
17496 Downloads
PHP Trie implementation
equip/structure
202285 Downloads
Simple, immutable data structures
drupol/phptree
50963 Downloads
An implementation of tree data structure
zetacomponents/persistent-object
501875 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
7266 Downloads
Get a simple data structure from your php code.