Libraries tagged by data-structure
chroma-x/google-datastructures
13987 Downloads
A PHP library providing common data structures to reflect data received from Google services.
php-snippets/circular-array
46843 Downloads
Fixed circular array data structure
vuryss/serializer
2787 Downloads
A fast, extensible PHP data structures serializer & deserializer
thybag/pseudo-model
20627 Downloads
PseudoModel is an eloquent like model base for backing on to custom data structures.
strucura/transpose
407 Downloads
Handles the transposition of data structures to TypeScript, with the ability to incorporate other languages.
structr/structr
12858 Downloads
Validate and coerce complex data structures to conform to a specification
raahul/schema-extractor
51770 Downloads
Extract schema information of a database into a program-friendly data structure
psx/nested
6445 Downloads
Build complex nested data structures from relational databases
pixelfed/fractal
48487 Downloads
Handle the output of complex data structures ready for API output.
maxwilms/bloom-filter
11647 Downloads
Bloom filter - a space-efficient probabilistic data structure for PHP 5.4+
lexide/clay
5491 Downloads
Create lightweight models and apply complex data structures to them
iwink/tree
31557 Downloads
Tree data structure for PHP
inp/importer
34730 Downloads
Library to Import files into Object Data Structures
fork/craft-transform
3539 Downloads
Transform Craft Element and field data structures
bmdevel/php-index
35057 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.