Libraries tagged by Php Structured Data
symfony/var-exporter
322253785 Downloads
Allows exporting any serializable PHP data structure to plain PHP code
php-ds/php-ds
7375337 Downloads
Specialized data structures as alternatives to the PHP array
nicmart/tree
15614578 Downloads
A basic but flexible php tree data structure and a fluent tree builder implementation.
seboettg/collection
975516 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
loophp/phptree
1717808 Downloads
An implementation of tree data structure
qaribou/immutable.php
141047 Downloads
Immutable, highly-performant collections, well-suited for functional programming and memory-intensive applications.
doganoo/php-algorithms
3909 Downloads
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
fran6co/phptrie
7833 Downloads
PHP Trie implementation
php-open-source-saver/fractal
84639 Downloads
Handle the output of complex data structures ready for API output.
php-ds/ext-ds
34 Downloads
An extension providing efficient internal data structures as an alterantive to arrays
algb12/graph-ds
121599 Downloads
A fast implementation of the graph data-structure in PHP
jakewhiteley/php-sets
24830 Downloads
An implementation of a Java-like Set data structure for PHP. A Set is an iterable data structure which allows strict-type storage of unique values.
voku/simple-php-code-parser
4491 Downloads
Get a simple data structure from your php code.
judev/php-intervaltree
33711 Downloads
Interval Tree implementation in PHP
nayjest/tree
84543 Downloads
Tree data structure for PHP