ems/collection

Collection are Dictionaries, Maps, Lists and Iterators for php

Maintainers

Package info

github.com/mtils/collection

pkg:composer/ems/collection

Statistics

Installs: 7 081

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 0

v0.3.2 2024-09-20 10:48 UTC

This package is auto-updated.

Last update: 2026-02-20 14:55:34 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.