PHPackages                             sclable/array-functions - 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. sclable/array-functions

Abandoned → [m-bymike/array-functions](/?search=m-bymike%2Farray-functions)Library

sclable/array-functions
=======================

An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.

0.0.3(10y ago)1121MITPHP

Since Apr 21Pushed 9y ago4 watchersCompare

[ Source](https://github.com/sclable/array-functions)[ Packagist](https://packagist.org/packages/sclable/array-functions)[ RSS](/packages/sclable-array-functions/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

Sclable Array Functions
=======================

[](#sclable-array-functions)

[![Build Status](https://camo.githubusercontent.com/38aab6fa6886523e7d7b0beb2c3dc4f9e1067b210fa21ceae429c5f21e823386/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d2d62796d696b652f61727261792d66756e6374696f6e732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/m-bymike/array-functions)[![Latest Stable Version](https://camo.githubusercontent.com/b4e7fedc12ba1a9fdce69d77dfe3fa78194048a99eb6b812d712f76c0c31a7b7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d2d62796d696b652f61727261792d66756e6374696f6e732e7376673f7374796c653d666c61742d737175617265)](https://gemnasium.com/m-bymike/array-functions)

An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.

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

[](#installation)

With [Composer](https://getcomposer.org):

```
composer require sclable/array-functions

```

Usage
-----

[](#usage)

```
echo ArrayWrap::range(0, 10)
    ->filter(function ($nr) { return $nr < 3; })
    ->map(function ($nr) { return "Number: $nr\n"; })
    ->reverse();

// echoes
// Number: 2
// Number: 1
// Number: 0
```

Contribute
----------

[](#contribute)

Clone/fork the repository as you like. To get started, run `composer install`.

- PHPUnit Tests preferred
- PSR-2 Coding style must apply

License
-------

[](#license)

see [LICENSE](LICENSE).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Every ~3 days

Total

3

Last Release

3670d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5db693986df6c113719ff782555de61014bfba827340d5baf5eb597327259df1?d=identicon)[sclable](/maintainers/sclable)

---

Top Contributors

[![m-bymike](https://avatars.githubusercontent.com/u/4008663?v=4)](https://github.com/m-bymike "m-bymike (14 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sclable-array-functions/health.svg)

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

PHPackages © 2026

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