Libraries tagged by data-structure
vuryss/serializer
13165 Downloads
A fast, extensible PHP data structures serializer & deserializer
thybag/pseudo-model
32026 Downloads
PseudoModel is an eloquent like model base for backing on to custom data structures.
scrumworks/data-accessor
131143 Downloads
Defines data structure contract
rubenspeculis/fractal
4439 Downloads
Handle the output of complex data structures ready for API output.
raahul/schema-extractor
61926 Downloads
Extract schema information of a database into a program-friendly data structure
psx/nested
14726 Downloads
Build complex nested data structures from relational databases
popo/generator
40631 Downloads
Plain Old PHP Object (POPO) / Data Structure / Data Transfer Object (DTO) Generator. Convert YAML schema to PHP class.
maxwilms/bloom-filter
14664 Downloads
Bloom filter - a space-efficient probabilistic data structure for PHP 5.4+
lexide/clay
14542 Downloads
Create lightweight models and apply complex data structures to them
innmind/mutable
15765 Downloads
Mutable data structures
hmaus/reynaldo
119318 Downloads
Parse API Blueprint refract into a iterable PHP data structure for easier access
fork/craft-transform
7065 Downloads
Transform Craft Element and field data structures
derafu/selector
6657 Downloads
Derafu: Selector - Elegant Data Structure Navigation for PHP.
bmdevel/php-index
64639 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.
andydefer/algo-kit
2288 Downloads
Algo KIT - Probabilistic data structures and algorithms for large-scale data processing in PHP