Libraries tagged by hash map
ramsey/collection
369689438 Downloads
A PHP library for representing and manipulating collections.
igorw/get-in
11486885 Downloads
Functions for hash map (assoc array) traversal.
icecave/collections
129442 Downloads
A PHP collection library loosely inspired by the .NET runtime and the C++ STL.
blackbonjour/stdlib
51526 Downloads
Standard library for PHP
psx/record
209939 Downloads
Data HashMap implementation
boesing/typed-arrays
29558 Downloads
Hashmap and Collection
equip/structure
201783 Downloads
Simple, immutable data structures
white-rabbit-1-sketch/php-file-hash-map
3 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.
siro-diaz/data-structures
74 Downloads
Data structures for PHP language
gnugat/traversal
710 Downloads
Service for for hash map (assoc array) traversal (fork of igorw/get-in).
ap-lib/routing
44 Downloads
High-performance, flexible PHP routing library designed for speed and extensibility. Routing is optimized for static method calls and relies on a pre-built index for maximum efficiency. It provides simple, direct hashmap-based routing while allowing custom strategies and middleware support.
tonix-tuft/linked-hash-map
9 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
33 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
1242 Downloads
Simple Ordered Hashmap Object Transformer (array_map for associative arrays)