PHPackages                             iquety/injection - 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. iquety/injection

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

iquety/injection
================

library for implementing Dependency Injection and Inversion of Control

v1.4.0(2y ago)04421MITPHPPHP ^8.3.0CI passing

Since Oct 28Pushed 3mo agoCompare

[ Source](https://github.com/iquety/injection)[ Packagist](https://packagist.org/packages/iquety/injection)[ RSS](/packages/iquety-injection/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (8)Dependencies (7)Versions (6)Used By (1)

Iquety Injection
================

[](#iquety-injection)

[![GitHub Release](https://camo.githubusercontent.com/9e9d5d8a36fad8c0280ceaadbec89ab8a3ba7d6df285ede14846c6c4777a0f99/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6971756574792f696e6a656374696f6e2e737667)](https://github.com/iquety/injection/releases/latest)[![PHP Version](https://camo.githubusercontent.com/504ead6a583c68d8d62d7bfceed24e569ca613d7a36bed380281b3455b5c7b31/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e342d626c7565)](https://camo.githubusercontent.com/504ead6a583c68d8d62d7bfceed24e569ca613d7a36bed380281b3455b5c7b31/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e342d626c7565)[![License](https://camo.githubusercontent.com/b8cadaa967891081f8f165695470689986c028821dd8a040132f6e661795dc0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c7565)](https://camo.githubusercontent.com/b8cadaa967891081f8f165695470689986c028821dd8a040132f6e661795dc0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c7565)[![Codacy Badge](https://camo.githubusercontent.com/538594e0670b0c399b0dde065865e05c327f5386528c47758380f1211a0805db/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3831336461346663363730383431393462643136623563666134346434323935)](https://www.codacy.com/gh/iquety/injection/dashboard?utm_source=github.com&utm_medium=referral&utm_content=iqueti/injection&utm_campaign=Badge_Grade)[![Codacy Badge](https://camo.githubusercontent.com/71bdf72e40618c3b98364ab0c4aa487c1d2f497a1ee16df6b7b18b3c2e4f4938/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f436f7665726167652f3831336461346663363730383431393462643136623563666134346434323935)](https://www.codacy.com/gh/iquety/injection/dashboard?utm_source=github.com&utm_medium=referral&utm_content=iqueti/injection&utm_campaign=Badge_Coverage)

[English](readme.md)[Português](./docs/pt-br/leiame.md)Synopsis
--------

[](#synopsis)

**Iquety Injection** is a library to implement the "Dependency Injection" and "Inversion of control" patterns.

```
composer require iquety/injection
```

For detailed information, see [Documentation Summary](docs/en/index.md).

Characteristics
---------------

[](#characteristics)

- Codified with best practices and maximum quality;
- Well documented and IDE friendly;
- Made with TDD (Test Driven Development);
- Implemented with unit tests using PHPUnit;
- Made with ❤️ &amp; ☕.

Credits
-------

[](#credits)

[Ricardo Pereira Dias](https://www.ricardopedias.com.br)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance54

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

5

Last Release

750d ago

PHP version history (2 changes)v1.0.0PHP ^8.0.0

v1.3.0PHP ^8.3.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27714431?v=4)[Ricardo Pereira Dias](/maintainers/ricardopedias)[@ricardopedias](https://github.com/ricardopedias)

---

Top Contributors

[![ricardopedias](https://avatars.githubusercontent.com/u/27714431?v=4)](https://github.com/ricardopedias "ricardopedias (24 commits)")

---

Tags

containerdependency-injectioninversion of controlfreep

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[pimple/pimple

Pimple, a simple Dependency Injection Container

2.7k133.2M1.4k](/packages/pimple-pimple)[php-di/php-di

The dependency injection container for humans

2.8k53.2M1.2k](/packages/php-di-php-di)[aura/di

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

352982.2k60](/packages/aura-di)[mrclay/props-dic

Props is a simple DI container that allows retrieving values via custom property and method names

3512.4M3](/packages/mrclay-props-dic)[capsule/di

A PSR-11 compliant autowiring dependency injection container.

2859.2k2](/packages/capsule-di)[slince/di

A flexible dependency injection container

20268.4k6](/packages/slince-di)

PHPackages © 2026

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