king23 / di-interop
extension to king23-di to make it compatible with container-interop
Installs: 70
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:lib
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-interop
through 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