Libraries tagged by data-structures
php-snippets/circular-array
47223 Downloads
Fixed circular array data structure
morrisonlevi/ardent
16257 Downloads
A healthy library for PHP
zetacomponents/persistent-object
488584 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.
vuryss/serializer
6250 Downloads
A fast, extensible PHP data structures serializer & deserializer
thybag/pseudo-model
22810 Downloads
PseudoModel is an eloquent like model base for backing on to custom data structures.
raahul/schema-extractor
54854 Downloads
Extract schema information of a database into a program-friendly data structure
pixelfed/fractal
60287 Downloads
Handle the output of complex data structures ready for API output.
maxwilms/bloom-filter
12218 Downloads
Bloom filter - a space-efficient probabilistic data structure for PHP 5.4+
lexide/clay
7704 Downloads
Create lightweight models and apply complex data structures to them
kuaukutsu/ds-collection
39021 Downloads
Is the abstract layer which covers functionality the data structure Collection.
iwink/tree
38344 Downloads
Tree data structure for PHP
inp/importer
41175 Downloads
Library to Import files into Object Data Structures
fork/craft-transform
4799 Downloads
Transform Craft Element and field data structures
bmdevel/php-index
42321 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.
bethinkpl/fractal
13912 Downloads
Handle the output of complex data structures ready for API output.