Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 3.79 KB

README.md

File metadata and controls

42 lines (29 loc) · 3.79 KB

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.