PHPackages                             omissis/arrayfunctions - 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. omissis/arrayfunctions

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

omissis/arrayfunctions
======================

Functions to manipulate arrays

1.0.0(9y ago)112.4kMITPHPPHP &gt;=5.6

Since Feb 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/omissis/arrayfunctions)[ Packagist](https://packagist.org/packages/omissis/arrayfunctions)[ Docs](http://tenwarp.com)[ RSS](/packages/omissis-arrayfunctions/feed)WikiDiscussions master Synced 4w ago

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

ArrayFunctions
==============

[](#arrayfunctions)

PHP Utilities to operate on arrays.

```
use Omissis\ArrayFunctions;
use function Omissis\ArrayFunctions\get as array_get;
use function Omissis\ArrayFunctions\set as array_set;

// Retrieve a value by its key, optionally returning a default if the value is not found.
// $key can be a string or an array representing the path to the key you are interested into.
ArrayFunctions\get($array, $key, $default);

// Alternatively, use the function alias
array_get($array, $key, $default);

// Set the value of a key, returning the previous value if it was set.
// $key can be a string or an array representing the path to the key you are interested into.
ArrayFunctions\set($array, $key, $value)

// Alternatively, use the function alias
array_set($array, $key, $value);
```

Installation
------------

[](#installation)

You can install ArrayFunctions with Composer:

```
composer require omissis/arrayfunctions

```

Run `composer install` or `composer update` and you're ready to start.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3411d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c25eeafecab0a0d959236ebee40cb1985033e840fe2bc8caaeb66cab07465071?d=identicon)[omissis](/maintainers/omissis)

---

Top Contributors

[![omissis](https://avatars.githubusercontent.com/u/197604?v=4)](https://github.com/omissis "omissis (3 commits)")

---

Tags

classesutilities

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/omissis-arrayfunctions/health.svg)

```
[![Health](https://phpackages.com/badges/omissis-arrayfunctions/health.svg)](https://phpackages.com/packages/omissis-arrayfunctions)
```

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

3014.5M22](/packages/vaimo-composer-patches)[lodash-php/lodash-php

A port of Lodash to PHP

524741.7k5](/packages/lodash-php-lodash-php)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341790.3k28](/packages/gehrisandro-tailwind-merge-laravel)[lorisleiva/lody

Load files and classes as lazy collections in Laravel.

957.5M14](/packages/lorisleiva-lody)[gehrisandro/tailwind-merge-php

TailwindMerge for PHP merges multiple Tailwind CSS classes by automatically resolving conflicts between them

1391.7M12](/packages/gehrisandro-tailwind-merge-php)[mathiasverraes/classfunctions

Functions to manipulate class names

34485.8k10](/packages/mathiasverraes-classfunctions)

PHPackages © 2026

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