Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/decodelabs/collections
- Owner: decodelabs
- License: mit
- Created: 2019-09-10T09:20:10.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-04T21:01:12.000Z (4 months ago)
- Last Synced: 2024-12-10T05:38:16.155Z (about 1 month ago)
- Topics: collection, php
- Language: PHP
- Homepage:
- Size: 132 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.