Libraries tagged by datastructure
jakewhiteley/php-sets
23732 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.
hmaus/reynaldo
111940 Downloads
Parse API Blueprint refract into a iterable PHP data structure for easier access
ballen/collection
811495 Downloads
A Collection library which provides OOP replacement for the traditional array data structure.
chevere/data-structure
10718 Downloads
Map and Vector data structures
markbaker/quadtrees
36112 Downloads
QuadTree implementation in PHP
equip/structure
201783 Downloads
Simple, immutable data structures
drupol/phptree
50227 Downloads
An implementation of tree data structure
zetacomponents/persistent-object
488220 Downloads
This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
raahul/schema-extractor
54573 Downloads
Extract schema information of a database into a program-friendly data structure
maxwilms/bloom-filter
12190 Downloads
Bloom filter - a space-efficient probabilistic data structure for PHP 5.4+
kuaukutsu/ds-collection
38972 Downloads
Is the abstract layer which covers functionality the data structure Collection.
iwink/tree
37882 Downloads
Tree data structure for PHP
bmdevel/php-index
41713 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
bakame/html-table
1252 Downloads
convert html table into a PHP data structure
php-snippets/circular-array
47223 Downloads
Fixed circular array data structure