PHPackages                             alexandr-mironov/multikeyhashmap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. alexandr-mironov/multikeyhashmap

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alexandr-mironov/multikeyhashmap
================================

Multi key hashmap for group of entities with more then one unique possible key

v0.1(3y ago)09LGPL-3.0-or-laterPHPPHP ^8

Since Dec 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/alexandr-mironov/MultiKeyHashMap)[ Packagist](https://packagist.org/packages/alexandr-mironov/multikeyhashmap)[ Docs](https://github.com/alexandr-mironov/MultiKeyHashMap)[ RSS](/packages/alexandr-mironov-multikeyhashmap/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

MultiKeyHashMap
===============

[](#multikeyhashmap)

Multi key hashmap for group of entities with more then one unique possible key

This collection has main value, and can have many key maps, that's mean you can create map (based on this collection) by choosing one of any unique value in collection

for example:

we have some data as

```
| id | slug  | ... other properties |
|  1 | alpha | .................... |
|  2 | beta  | .................... |

```

we create collection

```
