yosymfony / collection
A set of classes for working with arrays of data
Installs: 591
Dependents: 4
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/yosymfony/collection
Requires
- php: >=8.1
Requires (Dev)
- phpunit/phpunit: ^9.5
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.