Libraries tagged by data-structure
symfony/var-exporter
297056351 Downloads
Allows exporting any serializable PHP data structure to plain PHP code
symfony/serializer
248324866 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
nette/schema
247123479 Downloads
📐 Nette Schema: validating data structures against a given Schema.
dflydev/dot-access-data
268970048 Downloads
Given a deep data structure, access data by dot notation.
league/fractal
55087073 Downloads
Handle the output of complex data structures ready for API output.
php-ds/php-ds
6780236 Downloads
Specialized data structures as alternatives to the PHP array
nicmart/tree
14399211 Downloads
A basic but flexible php tree data structure and a fluent tree builder implementation.
dflydev/dot-access-configuration
14252913 Downloads
Given a deep data structure representing a configuration, access configuration by dot notation.
loophp/phptree
1695726 Downloads
An implementation of tree data structure
diff/diff
1387442 Downloads
Small standalone library for representing differences between data structures, computing such differences, and applying them as patches
seboettg/collection
868365 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
qaribou/immutable.php
139434 Downloads
Immutable, highly-performant collections, well-suited for functional programming and memory-intensive applications.
marcosh/lamphpda
7782 Downloads
A collection of functional programming data structures
hexogen/kdtree
65593 Downloads
file system KDTree index
doganoo/php-algorithms
3634 Downloads
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell