PHPackages                             lag/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. lag/array-utils

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

lag/array-utils
===============

PHP array utils functions

0.1(10y ago)23.9k↓100%[1 PRs](https://github.com/larriereguichet/array-utils/pulls)MITPHPPHP &gt;=5.4CI failing

Since Dec 11Pushed 5y ago2 watchersCompare

[ Source](https://github.com/larriereguichet/array-utils)[ Packagist](https://packagist.org/packages/lag/array-utils)[ Docs](https://github.com/larriereguichet)[ RSS](/packages/lag-array-utils/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

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

[](#array-utils)

PHP array utils functions

This component provide a PHP static class for array utils functions and expose these as regular PHP functions.

Static class usage:

```
use
...
$array = [1, 2, [1, 2, 3, 4]];
$arrayAsString = ArrayUtils::recursiveImplode(', ', $array);
// 1, 2, 1, 2, 3, 4
...

```

Regular function usage:

```
$array = [1, 2, [1, 2, 3, 4]];
$arrayAsString = recursiveImplode(', ', $array);
// 1, 2, 1, 2, 3, 4

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3801d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d180e11b2ccc0287e808547b5d575ad13ab3d24d234e7589e9a589999b6f42d?d=identicon)[lutangar](/maintainers/lutangar)

---

Top Contributors

[![lutangar](https://avatars.githubusercontent.com/u/568769?v=4)](https://github.com/lutangar "lutangar (3 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![johnkrovitch](https://avatars.githubusercontent.com/u/1202965?v=4)](https://github.com/johnkrovitch "johnkrovitch (1 commits)")

---

Tags

arrayutilsrecursive implode

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[doctrine/collections

PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.

6.0k411.1M1.2k](/packages/doctrine-collections)[symfony/property-access

Provides functions to read and write from/to an object or array using a simple string notation

2.8k295.3M2.5k](/packages/symfony-property-access)[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k394.3M1.5k](/packages/nette-utils)[league/config

Define configuration arrays with strict schemas and access values with dot notation

564302.2M24](/packages/league-config)[voku/arrayy

Array manipulation library for PHP, called Arrayy!

4875.5M16](/packages/voku-arrayy)[cuyz/valinor

Dependency free PHP library that helps to map any input into a strongly-typed structure.

1.5k9.2M108](/packages/cuyz-valinor)

PHPackages © 2026

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