yosymfony / collection
A set of classes for working with arrays of data
v2.0.0
2019-10-07 15:28 UTC
Requires
- php: >=7.3
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2022-06-08 16:52:19 UTC
README
A set of classes for working with arrays of data.
Requires
- PHP +7.3
Installation
The preferred installation method is composer:
composer require yosymfony/collection
Documentation
See docs.
Unit tests
You can run the unit tests with the following command:
$ cd collection $ composer test
License
This library is open-sourced software licensed under the MIT license.