PHPackages                             hepplerdotnet/arrayaccess - 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. hepplerdotnet/arrayaccess

ActiveLibrary

hepplerdotnet/arrayaccess
=========================

Trait to implement ArrayAccess

1.0(8y ago)1791MITPHPPHP &gt;=7.0.0

Since Sep 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/HepplerDotNet/ArrayAccess)[ Packagist](https://packagist.org/packages/hepplerdotnet/arrayaccess)[ RSS](/packages/hepplerdotnet-arrayaccess/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

ArrayAccess Trait
=================

[](#arrayaccess-trait)

PHP Trait to implement [ArrayAccess](http://php.net/manual/de/class.arrayaccess.php "PHP ArrayAccess")

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

[](#installation)

First, pull in the package through Composer.

Run `composer require hepplerdotnet/arrayaccess`

And then include the Trait within your Class to implement [ArrayAccess](http://php.net/manual/de/class.arrayaccess.php "PHP ArrayAccess").

```
class Foo implements \ArrayAccess
{
use \HepplerDotNet\ArrayAccess\ArrayAccess;
...
}
```

That's it, your Class can now use [ArrayAccess](http://php.net/manual/de/class.arrayaccess.php "PHP ArrayAccess").

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

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

3171d ago

### Community

Maintainers

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

---

Top Contributors

[![HepplerDotNet](https://avatars.githubusercontent.com/u/12952240?v=4)](https://github.com/HepplerDotNet "HepplerDotNet (6 commits)")

### Embed Badge

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

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

PHPackages © 2026

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