Libraries tagged by data-structure
symfony/serializer
333754031 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
nette/schema
378319661 Downloads
📐 Nette Schema: validating data structures against a given Schema.
league/fractal
67757652 Downloads
Handle the output of complex data structures ready for API output.
dflydev/dot-access-data
402186036 Downloads
Given a deep data structure, access data by dot notation.
nicmart/tree
21665071 Downloads
A basic but flexible php tree data structure and a fluent tree builder implementation.
php-ds/php-ds
9669703 Downloads
Specialized data structures as alternatives to the PHP array
php-ds/ext-ds
3743 Downloads
An extension providing efficient internal data structures as an alternative to arrays
diff/diff
1672769 Downloads
Small standalone library for representing differences between data structures, computing such differences, and applying them as patches
seboettg/collection
1406783 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
loophp/phptree
1777857 Downloads
An implementation of tree data structure
symfony/json-streamer
668375 Downloads
Provides powerful methods to read/write data structures from/into JSON streams.
markshust/magento2-module-simpledata
194956 Downloads
The SimpleData module simplifies calling Magento data structures.
igbinary/igbinary
5427 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.
dflydev/dot-access-configuration
14539558 Downloads
Given a deep data structure representing a configuration, access configuration by dot notation.
aliziodev/laravel-taxonomy
27980 Downloads
Laravel Taxonomy is a flexible and powerful package for managing taxonomies, categories, tags, and hierarchical structures in Laravel applications. Features nested-set support for optimal query performance on hierarchical data structures.