spaceonfire/collection

This package is abandoned and no longer maintained. The author suggests using the getwarp/collection package instead.

Framework agnostic PHP collections

Maintainers

👁 tntrex

Package info

github.com/spaceonfire/collection

pkg:composer/spaceonfire/collection

Fund package maintenance!

Liberapay

Statistics

Installs: 2 782

Dependents: 5

Suggesters: 0

Stars: 2

2.5.2 2021-09-25 09:17 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 92ff88c1a9e29fc49928d1acf67fad3eb059f29d

collection

This package is auto-updated.

Last update: 2022-06-12 16:26:17 UTC


README

👁 Latest Version on Packagist
👁 Software License
👁 Total Downloads
👁 Code Coverage

Framework agnostic PHP collections.

Install

Via Composer

$ composer require spaceonfire/collection

Usage

$collection = new spaceonfire\Collection\Collection([0, 1, 2, 3]);
//$collection->sum() === 6

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Report issues and send Pull Requests in the main spaceonfire repository. Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Credits

License

The MIT License (MIT). Please see License File for more information.