Search by

steevanb / php-collection

steevanb

Add IntCollection, StringCollection, ObjectCollection etc.

Package info

github.com/steevanb/php-collection

pkg:composer/steevanb/php-collection

Statistics

Installs: 34 638

Dependents: 1

Suggesters: 0

Stars: 16

Open Issues: 11

6.3.0 2025-05-23 18:28 UTC

README

Version PHP Lines Downloads GitHub workflow status Coverage

php-collection

php-collection is a PHP library to create collections.

A collection is a list of typed data with methods to work on it.

The goal of this library is to remove array as much as possible to have typed data.

See documentation.

See changelog.