PHPackages                             ekaterinadavidovich/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. [Framework](/categories/framework)
4. /
5. ekaterinadavidovich/container

ActiveLibrary[Framework](/categories/framework)

ekaterinadavidovich/container
=============================

This project is example my work for portfolio. Container is dependency injection container. It allows you to implement the dependency injection design pattern meaning that you can decouple your class dependencies and have the container inject them where they are needed.

1.0.0(2y ago)06MITPHPPHP ^8.0

Since May 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/MaruSoul/container)[ Packagist](https://packagist.org/packages/ekaterinadavidovich/container)[ RSS](/packages/ekaterinadavidovich-container/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Container
=========

[](#container)

This project is example my work for portfolio. Container is dependency injection container. It allows you to implement the dependency injection design pattern meaning that you can decouple your class dependencies and have the container inject them where they are needed.

Global usage
------------

[](#global-usage)

Your code:

```
