Skip to content

Easy DI ConTainer is a slim, PSR 11, framework-agnostic dependency injection container.

License

Notifications You must be signed in to change notification settings

IngeniozIT/psr-container-edict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edict

EDICT (Easy DI ConTainer) is a slim, PSR 11, framework-agnostic dependency injection container.

Cool features:

  • Autowiring support (can be toggled off)
  • PHP attributes support
  • 100% tested and documented
  • Uses an up-to-date PHP version

About

Info Value
Latest release Packagist Version
Requires PHP from Packagist
License Packagist
Unit tests tests
Code coverage Code Coverage
Code quality code-quality
Quality tested with phpunit, phan, psalm, phpcs, phpstan, phpmd, infection

Installation

composer require ingenioz-it/edict

How to use

To learn more about how to use Edict, please refer to the wiki.

Full documentation

You can list the available features by running

composer testdox

The corresponding code samples are located in the unit tests file.