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.
With Composer
composer require glowy/arrays
Run tests
./vendor/bin/pest
The MIT License (MIT) Copyright (c) Sergey Romanenko