Libraries tagged by hash map
titon/type
861 Downloads
The type package provides a chainable immutable object oriented interface for array lists, hash maps, string buffers, xml documents, and more.
morrelinko/array-take
23 Downloads
Function for quick array item/items retrieval.
minormous/structure
3 Downloads
Simple, immutable data structures
alexandr-mironov/multikeyhashmap
9 Downloads
Multi key hashmap for group of entities with more then one unique possible key
ser/collections
5 Downloads
PHP collections with supports template
nathanklick/collections
39 Downloads
Library providing collection classes which you can use instead of SPL data-structures.
nuldark/stdlib
54 Downloads
An extension to the Standard PHP Library (SPL), introducing abstract data types like stacks, maps, and hash maps. Enjoy the benefits of class-based functions in PHP with an intuitive and object-oriented API.
pasinter/redis-ohm-bundle
3 Downloads
Symfony Bundle for Redis Object-Hash Mapper
jefrancomix/sohot
20 Downloads
Simple Ordered Hashmap Object Transformer (array_map for associative arrays)
ap-lib/routing
57 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.
tzkmx/unfold
2 Downloads
Expansor of single value to hashMap through specified mapper(s)
roddy/firestore-eloquent
451 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
friendsoftypo3/interest
671 Downloads
REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.
pixelant/interest
11934 Downloads
REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.
fwartner/maps
726 Downloads
A codeigniter library that has been modified a bit so that it's laravel friendly forked by fwartner