Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/decodelabs/collections

Reusable collections for PHP
https://github.com/decodelabs/collections

collection php

Last synced: 1 day ago
JSON representation

Reusable collections for PHP

Awesome Lists containing this project

README

        

# Collections

[![PHP from Packagist](https://img.shields.io/packagist/php-v/decodelabs/collections?style=flat)](https://packagist.org/packages/decodelabs/collections)
[![Latest Version](https://img.shields.io/packagist/v/decodelabs/collections.svg?style=flat)](https://packagist.org/packages/decodelabs/collections)
[![Total Downloads](https://img.shields.io/packagist/dt/decodelabs/collections.svg?style=flat)](https://packagist.org/packages/decodelabs/collections)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/decodelabs/collections/integrate.yml?branch=develop)](https://github.com/decodelabs/collections/actions/workflows/integrate.yml)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-44CC11.svg?longCache=true&style=flat)](https://github.com/phpstan/phpstan)
[![License](https://img.shields.io/packagist/l/decodelabs/collections?style=flat)](https://packagist.org/packages/decodelabs/collections)

### Reusable collections for PHP

Wait, another collections library for PHP?
Yup.. there's plenty out there. This one is specifically for the sake of functionality over speed, and for use as foundation for more complex structures.

If you're after standard collections, you should check out the [PHP Ds extension](https://www.php.net/manual/en/book.ds.php).

_Get news and updates on the [DecodeLabs blog](https://blog.decodelabs.com)._

---

## Licensing
Collections is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text.