Libraries tagged by datastructures
symfony/serializer
339128882 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
nette/schema
386207990 Downloads
📐 Nette Schema: validating data structures against a given Schema.
league/fractal
68341305 Downloads
Handle the output of complex data structures ready for API output.
php-ds/php-ds
9817172 Downloads
Specialized data structures as alternatives to the PHP array
php-ds/ext-ds
5733 Downloads
An extension providing efficient internal data structures as an alternative to arrays
diff/diff
1687517 Downloads
Small standalone library for representing differences between data structures, computing such differences, and applying them as patches
seboettg/collection
1436389 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
symfony/json-streamer
692203 Downloads
Provides powerful methods to read/write data structures from/into JSON streams.
igbinary/igbinary
7805 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.
aliziodev/laravel-taxonomy
29205 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.
qaribou/immutable.php
148772 Downloads
Immutable, highly-performant collections, well-suited for functional programming and memory-intensive applications.
marcosh/lamphpda
15052 Downloads
A collection of functional programming data structures
hexogen/kdtree
95813 Downloads
file system KDTree index
doganoo/php-algorithms
6346 Downloads
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
php-open-source-saver/fractal
416055 Downloads
Handle the output of complex data structures ready for API output.