PHPackages                             earc/container - 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. [Framework](/categories/framework)
4. /
5. earc/container

ActiveLibrary[Framework](/categories/framework)

earc/container
==============

eArc - the explicit architecture framework - basic psr-11 compatible container blueprint

0.1.0(7y ago)0332MITPHPPHP ^7.2

Since Jan 26Pushed 7y agoCompare

[ Source](https://github.com/Koudela/eArc-container)[ Packagist](https://packagist.org/packages/earc/container)[ RSS](/packages/earc-container/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (2)

eArc-container
==============

[](#earc-container)

Basic [PSR-11](https://www.php-fig.org/psr/psr-11/)compatible php container blueprint.

installation
============

[](#installation)

```
$ composer install earc/container
```

basic usage
===========

[](#basic-usage)

```
use eArc\Container\Items;

$container = new Items();
```

Please refer to the [ItemsInterface](https://github.com/Koudela/eArc-container/blob/master/src/Interfaces/ItemsInterface.php)for details.

exceptions
----------

[](#exceptions)

- An `ItemNotCallableException` is thrown if an item is called that is no callable.
- An `ItemNotFoundException` is thrown if an item is get or called that does not exist.
- An `ItemOverwriteException` is thrown if an item is set but its name exists already. `overwrite()` does not trigger this exception.
- All three exceptions inherit from the `ItemException`.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

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

Total

3

Last Release

2659d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b7308f2797252cace014cfec12c1b5978c1bf5608be78d7a188ff690192959f3?d=identicon)[Thomas Koudela](/maintainers/Thomas%20Koudela)

---

Top Contributors

[![Koudela](https://avatars.githubusercontent.com/u/21366492?v=4)](https://github.com/Koudela "Koudela (8 commits)")

---

Tags

containerearc-frameworkphppsr-11

### Embed Badge

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

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[cakephp/core

CakePHP Framework Core classes

6026.8M39](/packages/cakephp-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)

PHPackages © 2026

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