Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yosymfony/collection

A set of classes for working with arrays of data
https://github.com/yosymfony/collection

array collection php

Last synced: 10 days ago
JSON representation

A set of classes for working with arrays of data

Awesome Lists containing this project

README

        

A set of classes for working with arrays of data.

[![Build Status](https://travis-ci.org/yosymfony/collection.svg?branch=master)](https://travis-ci.org/yosymfony/collection)
[![Latest Stable Version](https://poser.pugx.org/yosymfony/collection/v/stable.png)](https://packagist.org/packages/yosymfony/collection)

## Requires

* PHP +7.3

## Installation

The preferred installation method is [composer](https://getcomposer.org):

```bash
composer require yosymfony/collection
```

## Documentation

See [docs](docs/usage.md).

## Unit tests

You can run the unit tests with the following command:

```bash
$ cd collection
$ composer test
```

## License

This library is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).