PHPackages                             pluggarray/pluggarray - 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. pluggarray/pluggarray

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

pluggarray/pluggarray
=====================

(C)oncept-Labs Pluggable Array

1.0.0.6(1y ago)0171MITPHPPHP &gt;=8.0

Since Mar 13Pushed 1y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (8)Used By (1)

plug
====

[](#plug)

Pluggable array container

Pluger Class
------------

[](#pluger-class)

The `Pluger` class provides a flexible and extensible array container that allows you to plug in additional functionality as needed.

### Features

[](#features)

- **Dynamic Extensions**: Easily extend the functionality of the array container by plugging in new features.
- **Flexible API**: Provides a simple and intuitive API for managing array data.
- **Performance**: Optimized for performance with minimal overhead.

### Installation

[](#installation)

To install the `Pluger` class, use Composer:

```
composer require pluggarray/pluggarray
```

### Usage

[](#usage)

Here's a basic example of how to use the `Pluger` class:

```
use Exrray\Plug\Pluger;

// Create a new Pluger instance
$pluger = new Pluger();

// Register plugins
$pluger->register(new SomePlugin());
$pluger->register(new AnotherPlugin());
$pluger->register(
    function ($value, $path, &$data, $next) {
        $value .'- plugged';
        return next($value, $path, $data)
    }
);

// Apply plugins to data
$data = ['key' => 'value'];
$pluger->plug($data);
$pluger->resolve($data);
```

### Contributing

[](#contributing)

Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas.

### License

[](#license)

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance45

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

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 ~0 days

Total

7

Last Release

431d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39bcfd110a5cc1f2d7ff687193670d00133cf415ad2b9959afaff24ff1e564fd?d=identicon)[vgalitsky](/maintainers/vgalitsky)

---

Top Contributors

[![vgalitsky](https://avatars.githubusercontent.com/u/1241206?v=4)](https://github.com/vgalitsky "vgalitsky (9 commits)")

---

Tags

phparraypluggable

### Embed Badge

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

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

###  Alternatives

[zakirullin/mess

Convenient array-related routine &amp; better type casting

21228.9k2](/packages/zakirullin-mess)

PHPackages © 2026

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