utility.collection/README.md

18 lines
519 B
Markdown
Raw 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.0.1-blue" alt="Version 1.0.1">
<!-- PHP Coverage Badge -->
2025-04-10 04:12:42 +01:00
<img src="https://img.shields.io/badge/PHP%20Coverage-88.24%25-yellow" alt="PHP Coverage 88.24%">
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
```