mrcrmn/container

A Dependency Injection Container

0.3.4 2019-03-09 20:18 UTC

This package is auto-updated.

Last update: 2024-03-29 03:44:47 UTC


README

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.