Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 797 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 797 Bytes

A set of classes for working with arrays of data.

Build Status Latest Stable Version

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.