Libraries tagged by data-structure
popo/generator
38576 Downloads
Plain Old PHP Object (POPO) / Data Structure / Data Transfer Object (DTO) Generator. Convert YAML schema to PHP class.
php-ds/ext-ds
40 Downloads
An extension providing efficient internal data structures as an alterantive to arrays
ltd-beget/stringstream
247209 Downloads
Php Stringstream data structure.
linio/util
71080 Downloads
Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.
joegreen0991/hyperloglog
15097 Downloads
A hyper log log with min hash data structure library, for counting cardinalities. Union and intersection capable
jakewhiteley/php-sets
24906 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.
iwink/tree
42151 Downloads
Tree data structure for PHP
incoming/incoming
85748 Downloads
Transform loose and complex input into consistent, strongly-typed data structures
guanguans/laravel-api-response
3642 Downloads
Normalize and standardize Laravel API response data structures. - 规范化和标准化 Laravel API 响应数据结构。
dazet/data-map
21882 Downloads
Library for mapping data structures.
ballen/collection
832907 Downloads
A Collection library which provides OOP replacement for the traditional array data structure.
syndesi/cypher-data-structures
6943 Downloads
Provides generic cypher data structures for PHP
chevere/data-structure
14838 Downloads
Map and Vector data structures
webfiori/collections
55053 Downloads
Basic collections set used by WebFiori.
tekord/php-result
8095 Downloads
Result object for PHP inspired by the Rust programming language