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

This package is auto-updated.

Last update: 2022-02-01 12:50:31 UTC


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

Links