PHPackages                             santaklouse/php-array-utils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. santaklouse/php-array-utils

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

santaklouse/php-array-utils
===========================

Mix of illuminate/Support/Arr and Kohana's array helpers including chaining.

06PHP

Since Mar 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/santaklouse/php-array-utils)[ Packagist](https://packagist.org/packages/santaklouse/php-array-utils)[ RSS](/packages/santaklouse-php-array-utils/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-array-utils
===============

[](#php-array-utils)

Mix of illuminate/Support/Arr and Kohana's array helpers including chaining.

How to use
----------

[](#how-to-use)

1. Installation

```
$ composer require santaklouse/php-array-utils:dev-main
```

2. Usage

```
use ArrayUtils\Arr;

Arr::chain([['id' => 1], ['id' => 2], ['id' => 3])
  ->except(1)
  ->pluck('id')
  ->map(fn ($n) => pow($n, 2))
  ->value();

// === [1, 9]

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b5ae5544c7e40e4355a229a73196db631b70ac64f592efabac7580a82a276bb?d=identicon)[santaklouse](/maintainers/santaklouse)

---

Top Contributors

[![santaklouse](https://avatars.githubusercontent.com/u/1434629?v=4)](https://github.com/santaklouse "santaklouse (7 commits)")

### Embed Badge

![Health badge](/badges/santaklouse-php-array-utils/health.svg)

```
[![Health](https://phpackages.com/badges/santaklouse-php-array-utils/health.svg)](https://phpackages.com/packages/santaklouse-php-array-utils)
```

###  Alternatives

[linnovate/openideal

OpenideaL - open source ideas and innovation management system

1262.8k2](/packages/linnovate-openideal)[pragmatic-modules/jslayout-parser

Lightweight PHP library that was created to make work with `$jsLayout` in Magento 2 less spaghetti, and more object-oriented.

356.1k](/packages/pragmatic-modules-jslayout-parser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
