Search by

steevanb / php-typed-array

steevanb

Add IntCollection, StringCollection, ObjectCollection etc.

Package info

github.com/steevanb/php-collection

pkg:composer/steevanb/php-typed-array

Statistics

Installs: 173 069

Dependents: 3

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.