Libraries tagged by data-structures
symfony/serializer
351298772 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
nette/schema
403451317 Downloads
📐 Nette Schema: validating data structures against a given Schema.
league/fractal
69597927 Downloads
Handle the output of complex data structures ready for API output.
dflydev/dot-access-data
427597265 Downloads
Given a deep data structure, access data by dot notation.
nicmart/tree
22831417 Downloads
A basic but flexible php tree data structure and a fluent tree builder implementation.
php-ds/php-ds
10114434 Downloads
Specialized data structures as alternatives to the PHP array
php-ds/ext-ds
12705 Downloads
An extension providing efficient internal data structures as an alternative to arrays
igbinary/igbinary
14664 Downloads
Igbinary is a drop in replacement for the standard php serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.
diff/diff
1721412 Downloads
Small standalone library for representing differences between data structures, computing such differences, and applying them as patches
seboettg/collection
1499703 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
loophp/phptree
1785961 Downloads
An implementation of tree data structure
doganoo/php-algorithms
6800 Downloads
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
voku/simple-php-code-parser
66019 Downloads
Get a simple data structure from your php code.
symfony/json-streamer
763708 Downloads
Provides powerful methods to read/write data structures from/into JSON streams.
markshust/magento2-module-simpledata
201925 Downloads
The SimpleData module simplifies calling Magento data structures.