king23 / di-interop
This package is abandoned and no longer maintained.
The author suggests using the king23/di package instead.
extension to king23-di to make it compatible with container-interop
1.0.5
2018-08-25 15:05 UTC
Requires
- php: >=5.5.0
- container-interop/container-interop: ~1.2
- king23/di: ~1.0
Provides
README
THIS PACKAGE HAS BEEN ABANDONED, king23/di implements psr-11 by itself, and no longer needs this wrapper
Introduction
this is a simple extension to king23-di, which adds an interface so king23-di can be used with all projects that support container-interopt which also means that it can be used as a Psr-11 (psr/container) implementation
Usage
- install
king23/di-interopthrough composer - create intance of King23\DI\Interop\InteropContainer
- configure it like any King23\DI container
- use it like any container-interop or psr-11 compatible container