Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 341 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 341 Bytes

DI Container

A PHP dependency injection container implementing the PSR-11 Container Interface.

Bind objects to the container and resolve them. Instantiate new objects and automatically resolve dependencies needed, to construct the object.

Docs

To read the docs, visit this page.