Libraries tagged by structural data
vk-php-utils/ds
1 Downloads
PHP Java-Like Collections (List, Set, Map)
tonix-tuft/linked-hash-map
9 Downloads
How I would implement a linked hash map in PHP if PHP wouldn't have associative arrays.
tonix-tuft/gloom
2 Downloads
A counting bloom filter with probabilistic deletion capabilities also allowing a risky deletion which may lead to false negatives if not carefully used.
syaiful6/headbanger
36 Downloads
Headbanger! PHP Data structure
smoren/containers-transactional
19 Downloads
Abstract transactional containers and data structures
rtens/collections
25 Downloads
Array wrapper for more structured collections for PHP
rolfisub/php-sort-by-any
3 Downloads
Sort an array by any field, regardless of where in the structure it is.
raulfraile/idatha
6 Downloads
Data structures library for PHP
opmvpc/constructs
5 Downloads
Data structures
olivebbs/map
15 Downloads
Generic map for PHP
nagyatka/basil
20 Downloads
Tree data structure for PHP
linkorb/collection
625 Downloads
Super powered collections
karpovigorok/leetcode
1 Downloads
Leetcode.com problem solve using php language
dschoenbauer/dot-notation
806 Downloads
Given a complicated data structure, this library allows easy and safe access to data via dot notation. This library is a compilation of other Dot Notation libraries, taking the best feature from each.
desmx/sds-php
1 Downloads
A Succinct Trie for PHP