PHPackages                             indigophp/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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. indigophp/container

AbandonedArchivedLibrary[PSR &amp; Standards](/categories/psr-standards)

indigophp/container
===================

Container implementations to make data handling better

v1.0.0(11y ago)0142MITPHPPHP &gt;=5.4.0

Since Jul 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/indigophp-archive/container)[ Packagist](https://packagist.org/packages/indigophp/container)[ Docs](https://indigophp.com)[ RSS](/packages/indigophp-container/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Indigo Container
================

[](#indigo-container)

[![Build Status](https://camo.githubusercontent.com/85f9a558a8c0b20adf56ae6c4cf641e58e4bdf713ec1442d7184a7cce33f5aa4/68747470733a2f2f7472617669732d63692e6f72672f696e6469676f7068702f636f6e7461696e65722e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/indigophp/container)[![Code Coverage](https://camo.githubusercontent.com/f81fd1e92a90a8f21c1687da4bd5b133420be6e672f4798835ea433b97d26d74/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f696e6469676f7068702f636f6e7461696e65722f6261646765732f636f7665726167652e706e673f733d65353831633236306233373530613339313761323532306261396564383532373736316263656631)](https://scrutinizer-ci.com/g/indigophp/container/)[![Latest Stable Version](https://camo.githubusercontent.com/cfcabe1fec35626300bba309e29176c6319e3bb035f9f9177a9bcf762d213bb8/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f636f6e7461696e65722f762f737461626c652e706e67)](https://packagist.org/packages/indigophp/container)[![Total Downloads](https://camo.githubusercontent.com/7f13d8a3b6e933019c7c93b61feaf4273d7717e22426913d3a1cd17f20d75cf0/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f636f6e7461696e65722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/indigophp/container)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5571f7fccdf62bf6647313afe07c842733588440227460a2fb6f850be0943e16/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f696e6469676f7068702f636f6e7461696e65722f6261646765732f7175616c6974792d73636f72652e706e673f733d65366464346634613835356435626366396239633331343637653038376661666138363938323533)](https://scrutinizer-ci.com/g/indigophp/container/)[![License](https://camo.githubusercontent.com/45f7088c89b4e736188952619b86bcde4f7d9afd55c6f6ef1445e486edd7eec6/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f636f6e7461696e65722f6c6963656e73652e706e67)](https://packagist.org/packages/indigophp/container)

**Container implementations to make data handling better.**

Install
-------

[](#install)

Via Composer

```
{
    "require": {
        "indigophp/container": "@stable"
    }
}
```

**Note**: Package uses PSR-4 autoloader, make sure you have a fresh version of Composer.

Usage
-----

[](#usage)

Testing
-------

[](#testing)

```
$ codecept run
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/indigophp/container/blob/develop/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Márk Sági-Kazár](https://github.com/sagikazarmark)
- [All Contributors](https://github.com/indigophp/container/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/indigophp/container/blob/develop/LICENSE) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

4321d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e4e105cea62b616d4cb376b08a849b6a428f646998537de150d16a8eb537b90?d=identicon)[mark.sagikazar](/maintainers/mark.sagikazar)

![](https://www.gravatar.com/avatar/1585b5a08e138e348f5b646231d0f16cb2eae06501fb9462bbc97a794d4de84a?d=identicon)[TamasBarta](/maintainers/TamasBarta)

---

Top Contributors

[![sagikazarmark](https://avatars.githubusercontent.com/u/1226384?v=4)](https://github.com/sagikazarmark "sagikazarmark (48 commits)")

---

Tags

container

###  Code Quality

TestsCodeception

### Embed Badge

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

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

###  Alternatives

[psr/container

Common Container Interface (PHP FIG PSR-11)

10.0k1.0B3.7k](/packages/psr-container)[pimple/pimple

Pimple, a simple Dependency Injection Container

2.7k130.5M1.4k](/packages/pimple-pimple)[php-di/php-di

The dependency injection container for humans

2.8k48.9M994](/packages/php-di-php-di)[league/container

A fast and intuitive dependency injection container.

86387.8M343](/packages/league-container)[dvdoug/boxpacker

An implementation of the 3D (actually 4D) bin packing/knapsack problem (aka creating parcels by putting items into boxes)

6522.7M18](/packages/dvdoug-boxpacker)[aura/di

A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.

356968.3k58](/packages/aura-di)

PHPackages © 2026

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