PSR, for a PHP based DI container

Installs: 2 468

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 2

Open Issues: 0

pkg:composer/appserver-io-psr/di

3.0.0 2018-04-11 16:43 UTC

This package is auto-updated.

Last update: 2025-09-27 09:25:19 UTC


README

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality Code Coverage

Introduction

This library provides all necessary interfaces to implement a PHP base DI container.

Installation

If you want to use the library with your application you can install it by adding

{
    "require": {
        "appserver-io-psr/di": "dev-master"
    },
}

to your composer.json and invoke composer update in your project.

External Links