Libraries tagged by data-structures
voku/simple-php-code-parser
4491 Downloads
Get a simple data structure from your php code.
scrumworks/data-accessor
101461 Downloads
Defines data structure contract
popo/generator
38496 Downloads
Plain Old PHP Object (POPO) / Data Structure / Data Transfer Object (DTO) Generator. Convert YAML schema to PHP class.
ltd-beget/stringstream
246074 Downloads
Php Stringstream data structure.
linio/util
70829 Downloads
Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.
joegreen0991/hyperloglog
15011 Downloads
A hyper log log with min hash data structure library, for counting cardinalities. Union and intersection capable
jakewhiteley/php-sets
24830 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
41750 Downloads
Tree data structure for PHP
incoming/incoming
85746 Downloads
Transform loose and complex input into consistent, strongly-typed data structures
guanguans/laravel-api-response
3458 Downloads
Normalize and standardize Laravel API response data structures. - 规范化和标准化 Laravel API 响应数据结构。
dazet/data-map
21734 Downloads
Library for mapping data structures.
ballen/collection
831439 Downloads
A Collection library which provides OOP replacement for the traditional array data structure.
syndesi/cypher-data-structures
6907 Downloads
Provides generic cypher data structures for PHP
chevere/data-structure
14496 Downloads
Map and Vector data structures
tekord/php-result
7989 Downloads
Result object for PHP inspired by the Rust programming language