ems/collection

Collection are Dictionaries, Maps, Lists and Iterators for php

v0.3.0 2024-04-21 15:40 UTC

This package is auto-updated.

Last update: 2024-05-09 06:07:08 UTC


README

List, Dictionaries, Maps, etc for PHP

Collections aims to make working with PHP arrays a little pythonic. Most of the collections are for use in views and use proxies and iterators to make view operations easier without loosing the original objects.

This lib is in alpha quality.