Framework agnostic PHP collections.
Via Composer
$ composer require spaceonfire/collection
$collection = new spaceonfire\Collection\Collection([0, 1, 2, 3]);
//$collection->sum() === 6
Please see CHANGELOG for more information on what has changed recently.
Report issues and send Pull Requests in the main spaceonfire repository. Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
The MIT License (MIT). Please see License File for more information.