Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yosymfony/collection
- Owner: yosymfony
- License: mit
- Created: 2018-10-12T14:55:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T21:56:07.000Z (over 2 years ago)
- Last Synced: 2024-08-15T19:06:35.368Z (3 months ago)
- Topics: array, collection, php
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).