PHPackages                             vection-framework/di-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. vection-framework/di-container

Abandoned → [https://github.com/Vection-Framework/Dependency-Injection](/?search=https%3A%2F%2Fgithub.com%2FVection-Framework%2FDependency-Injection)Library[PSR &amp; Standards](/categories/psr-standards)

vection-framework/di-container
==============================

The Vection Dependency Injection injects dependencies quickly and effectively.

v0.3.4(5y ago)45551MITPHPPHP ^7.2

Since Aug 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Vection-Framework/Dependency-Injection)[ Packagist](https://packagist.org/packages/vection-framework/di-container)[ Docs](https://vection.appsdock.org)[ RSS](/packages/vection-framework-di-container/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (10)Used By (1)

[![release](https://camo.githubusercontent.com/2e70146e7d2e6864e3614d9058f4b162b60d44e748706f7c6f798e2432afbc90/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f56656374696f6e2d4672616d65776f726b2f56656374696f6e3f696e636c7564655f70726572656c6561736573267374796c653d666f722d7468652d6261646765)](https://img.shields.io/github/v/release/Vection-Framework/Vection?include_prereleases)[![QA](https://camo.githubusercontent.com/80382627191a0df87fa0ebba20fabedcd1b0a44350635a8be44fafd09a23bd06/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f56656374696f6e2d4672616d65776f726b2f56656374696f6e2f51413f6c6162656c3d5141267374796c653d666f722d7468652d6261646765)](https://github.com/Vection-Framework/Vection/actions)[![PHPStan](https://camo.githubusercontent.com/00d51f739bc2a7ddc91055fb77a57bbe810ca04d41031111f77b534e71060205/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230362d626c756576696f6c65742e7376673f7374796c653d666f722d7468652d6261646765)](https://phpstan.org)

PHP DI - Dependency Injection Container
=======================================

[](#php-di---dependency-injection-container)

> ⚠️ Vection Dependency Injection is currently in development stage, so atm only pre-releases are available. Breaking changes may be made until a stable release!

Dependency Injection Container for PHP
--------------------------------------

[](#dependency-injection-container-for-php)

This vection component provides a powerful dependency injection container for PHP. It supports several ways of automatic injection like annotations, attributes and injection by interfaces. An optional configuration allows the mapping of interfaces and concrete implementation.

```
