PHPackages                             antidot-fw/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. antidot-fw/container

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

antidot-fw/container
====================

PSR-11 container implementation made for Antidot Framework

2.0.1(1y ago)32.7k1[2 issues](https://github.com/antidot-framework/container/issues)[3 PRs](https://github.com/antidot-framework/container/pulls)1MITPHPPHP ~8.1.0 || ~8.2.0 || ~8.3.0

Since Sep 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/antidot-framework/container)[ Packagist](https://packagist.org/packages/antidot-fw/container)[ Docs](https://github.com/antidot-fw/container)[ GitHub Sponsors](https://github.com/kpicaza)[ RSS](/packages/antidot-fw-container/feed)WikiDiscussions 3.x.x Synced 1mo ago

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

Antidot Framework DI Container
==============================

[](#antidot-framework-di-container)

[![Latest Version on Packagist](https://camo.githubusercontent.com/78a13efa18af1b9c861d6d550f2b05f408e02b4a4708a6ce0d418e47d15fc54d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e7469646f742d66772f636f6e7461696e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/antidot-fw/container)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/c5ede42feed0fff00663bb55077bf214251e7f9e1e1fae3d42cc583be30c1b11/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f616e7469646f742d6672616d65776f726b2f636f6e7461696e65722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/antidot-framework/container/)[![Coverage Status](https://camo.githubusercontent.com/ba40a4112550a385cf9bc0fa4e2f6920f8988397b45ca02fabdb78d0f371eb30/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f616e7469646f742d6672616d65776f726b2f636f6e7461696e65722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/antidot-framework/container/code-structure)[![Quality Score](https://camo.githubusercontent.com/5a86c22bfccbdda80d8524f6e24afc3815e847290ec29c5bfbe01c552e81ac23/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f616e7469646f742d6672616d65776f726b2f636f6e7461696e65722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/antidot-framework/container/badges/coverage.png?b=master)[![Total Downloads](https://camo.githubusercontent.com/98c4f67bab38b1739bf1789485848dbe80e751682d719e0354e9228e43c12ac8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e7469646f742d66772f636f6e7461696e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/antidot-fw/container)

Dependency injection library built for Antidot Framework respecting PSR-11 standard

Can be used together with Antidot Framework or as a standalone piece for your application or customized framework

Install
-------

[](#install)

Via Composer

```
$ composer require antidot-fw/container:dev-master
```

Simple Usage
------------

[](#simple-usage)

```
