Libraries tagged by data-structure
symfony/serializer
348677463 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
nette/schema
399713476 Downloads
📐 Nette Schema: validating data structures against a given Schema.
league/fractal
69327938 Downloads
Handle the output of complex data structures ready for API output.
dflydev/dot-access-data
423841760 Downloads
Given a deep data structure, access data by dot notation.
nicmart/tree
22652399 Downloads
A basic but flexible php tree data structure and a fluent tree builder implementation.
php-ds/php-ds
10050290 Downloads
Specialized data structures as alternatives to the PHP array
php-ds/ext-ds
11838 Downloads
An extension providing efficient internal data structures as an alternative to arrays
igbinary/igbinary
13553 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
1714069 Downloads
Small standalone library for representing differences between data structures, computing such differences, and applying them as patches
seboettg/collection
1487108 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
loophp/phptree
1784859 Downloads
An implementation of tree data structure
doganoo/php-algorithms
6729 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
55617 Downloads
Get a simple data structure from your php code.
symfony/json-streamer
742369 Downloads
Provides powerful methods to read/write data structures from/into JSON streams.
markshust/magento2-module-simpledata
200707 Downloads
The SimpleData module simplifies calling Magento data structures.