Libraries tagged by hash map
ramsey/collection
525533478 Downloads
A PHP library for representing and manipulating collections.
igorw/get-in
13272447 Downloads
Functions for hash map (assoc array) traversal.
blackbonjour/stdlib
144114 Downloads
Standard library for PHP
icecave/collections
141688 Downloads
A PHP collection library loosely inspired by the .NET runtime and the C++ STL.
white-rabbit-1-sketch/php-file-hash-map
4064 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
equip/structure
202359 Downloads
Simple, immutable data structures
psx/record
250663 Downloads
Data HashMap implementation
boesing/typed-arrays
38339 Downloads
Hashmap and Collection
bariscodefx/php-hashmap
51 Downloads
HashMapping for PHP.
siro-diaz/data-structures
79 Downloads
Data structures for PHP language
tonix-tuft/linked-hash-map
10 Downloads
How I would implement a linked hash map in PHP if PHP wouldn't have associative arrays.
olivebbs/map
15 Downloads
Generic map for PHP
charm/map
35 Downloads
A hashmap implementation similar to Map in javascript - allowing keys and values of any data type. A small, thorough and efficient hashmap implementation.
apantle/hashmapper
1247 Downloads
Simple Ordered Hashmap Object Transformer (array_map for associative arrays)
withinboredom/distributed-hashmap
0 Downloads
A distributed hashmap for Dapr state stores.