Libraries tagged by Php Structured Data
seboettg/collection
1431497 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
loophp/phptree
1780096 Downloads
An implementation of tree data structure
igbinary/igbinary
6563 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.
voku/simple-php-code-parser
8542 Downloads
Get a simple data structure from your php code.
qaribou/immutable.php
148737 Downloads
Immutable, highly-performant collections, well-suited for functional programming and memory-intensive applications.
doganoo/php-algorithms
6342 Downloads
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
nayjest/tree
132521 Downloads
Tree data structure for PHP
php-open-source-saver/fractal
412303 Downloads
Handle the output of complex data structures ready for API output.
algb12/graph-ds
137867 Downloads
A fast implementation of the graph data-structure in PHP
jakewhiteley/php-sets
29094 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.
brianhenryie/simple-php-code-parser
85839 Downloads
Get a simple data structure from your php code.
judev/php-intervaltree
42588 Downloads
Interval Tree implementation in PHP
fran6co/phptrie
18988 Downloads
PHP Trie implementation
bakame/html-table
4428 Downloads
convert html table into a PHP data structure
ltd-beget/stringstream
280698 Downloads
Php Stringstream data structure.