utility.collection/README.md

18 lines
520 B
Markdown
Raw Permalink Normal View History

2025-04-09 16:46:28 +01:00
# Loom Utilities | Collection
2025-04-10 04:11:14 +01:00
<div>
<!-- Version Badge -->
<img src="https://img.shields.io/badge/Version-1.1.0-blue" alt="Version 1.1.0">
2025-04-10 04:11:14 +01:00
<!-- PHP Coverage Badge -->
2025-04-10 04:17:42 +01:00
<img src="https://img.shields.io/badge/PHP%20Coverage-100.00%25-green" alt="PHP Coverage 100.00%">
2025-04-10 04:11:14 +01:00
<!-- License Badge -->
<img src="https://img.shields.io/badge/License-MIT-34ad9b" alt="License MIT">
</div>
2025-04-09 16:46:28 +01:00
A Collection library for an object-oriented way to work with arrays.
## Installation
```shell
composer require loomlabs/utility.collection
```