pluf/di

Pluf DI library

Installs: 240

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 3

pkg:composer/pluf/di

7.0.4 2021-04-05 04:33 UTC

This package is auto-updated.

Last update: 2025-10-05 14:22:27 UTC


README

The goal of the Pluf Dependency Injection (DI) is to free a business developer from the responsibility for obtaining objects that they need for its operation (which is called (separation of concerns)[https://en.wikipedia.org/wiki/Separation_of_concerns]). Pluf DI is one of the most interesting parts of the framework. It is a compiled DI container, an important part of the platform which is used directly in routing and workflows.

Installation

The recommended way to install is via Composer:

composer require pluf/di

It requires PHP version 7.2 and higher.