gidato/container-extensions

Common Container Interface (extending PSR)

v1.1.2 2020-05-28 11:18 UTC

This package is auto-updated.

Last update: 2024-04-28 20:16:40 UTC


README

This repository holds all interfaces for extending PSR container to standardise use of factories, as well as creating new instances.

This allows common access for use with other container implementations through use of bridges (eg for Laminas and Laravel).

For example, where Laravel uses make(), and Laminas uses build() this interface uses create() and will require a bridge to allow use of either of those services.