gidato / container-extensions
Common Container Interface (extending PSR)
v1.1.2
2020-05-28 11:18 UTC
Requires
- php: >=5.3.0
- psr/container: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 02:18:55 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.