PHPackages                             v-dem/queasy-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. v-dem/queasy-container

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

v-dem/queasy-container
======================

PSR-11 container implementation, part of QuEasy PHP framework

v1.0.2(9mo ago)013LGPL-3.0-onlyPHPPHP &gt;=5.3.0

Since Aug 27Pushed 9mo agoCompare

[ Source](https://github.com/v-dem/queasy-container)[ Packagist](https://packagist.org/packages/v-dem/queasy-container)[ Docs](https://github.com/v-dem/queasy-container/)[ RSS](/packages/v-dem-queasy-container/feed)WikiDiscussions main Synced today

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

[![Total Downloads](https://camo.githubusercontent.com/00ef7fcafffc22e89b03dbe7c1289d8a2f39deb3a174fca587db5887d2cd50a5/68747470733a2f2f706f7365722e707567782e6f72672f762d64656d2f7175656173792d636f6e7461696e65722f646f776e6c6f616473)](https://packagist.org/packages/v-dem/queasy-container)[![Latest Stable Version](https://camo.githubusercontent.com/92b3a030bdca226641a9041a5d87ad0bb33eebf1c875d2f046ba9677342d3fd0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f762d64656d2f7175656173792d636f6e7461696e6572)](https://packagist.org/packages/v-dem/queasy-container)[![License](https://camo.githubusercontent.com/1d711fa7e998336749d3a13ab0dec8835cdf3f1b0c770dbf5d2f0cfc541213b2/68747470733a2f2f706f7365722e707567782e6f72672f762d64656d2f7175656173792d636f6e7461696e65722f6c6963656e7365)](https://packagist.org/packages/v-dem/queasy-container)

[QuEasy PHP Framework](https://github.com/v-dem/queasy-container/) - Service Container
======================================================================================

[](#queasy-php-framework---service-container)

Package `v-dem/queasy-container`
--------------------------------

[](#package-v-demqueasy-container)

Lightweight implementation of PSR-11 Container Interface

### Requirements

[](#requirements)

- PHP version 5.3 or higher

### Installation

[](#installation)

```
composer require v-dem/queasy-container

```

### Usage

[](#usage)

#### Initialization

[](#initialization)

Each item in array passed to `ServiceContainer` constructor should be callable which returns instance of of requested service.

```
$container = new queasy\container\ServiceContainer([
    'logger' => function($container) {
        return new queasy\log\Logger([
            'path' => __DIR__ . '/logs/debug.log'
        ]);
    }
]);

$container->logger->debug('Test');
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance56

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

Total

3

Last Release

293d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1413537?v=4)[Virginia Department of Emergency Management](/maintainers/vdem)[@vdem](https://github.com/vdem)

---

Top Contributors

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

---

Tags

phpcontainerPSR-11dependency-injection

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/v-dem-queasy-container/health.svg)

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

###  Alternatives

[infocyph/intermix

A lightweight PHP DI container, invoker, serializer, and utility toolkit.

137.7k2](/packages/infocyph-intermix)[phpwatch/simple-container

A fast and minimal PSR-11 compatible Dependency Injection Container with array-syntax and without auto-wiring

1811.7k2](/packages/phpwatch-simple-container)

PHPackages © 2026

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