Arrays
Arrays Package provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
Install / Use
/learn @glowyphp/ArraysREADME
<h1 align="center">Arrays</h1>
<p align="center">
Arrays Package provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
</p>
<p align="center">
<img src="https://img.shields.io/badge/license-MIT-blue.svg?label=License" alt="License MIT"> <a href="https://packagist.org/packages/glowy/arrays"><img src="https://poser.pugx.org/glowy/arrays/downloads" alt="Total downloads"></a> <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/glowyphp/arrays?label=Stars"> <img alt="GitHub forks" src="https://img.shields.io/github/forks/glowyphp/arrays?label=Forks"> <a href="https://hitsofcode.com"><img alt="Hits of Code" src="https://hitsofcode.com/github/glowyphp/arrays?branch=4.x"></a>
</p>
<br>
Installation
With Composer
composer require glowy/arrays
Resources
Tests
Run tests
./vendor/bin/pest
License
The MIT License (MIT) Copyright (c) Sergey Romanenko
