Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pluf/di

Full-featured Dependency Injection Container with perfectly usable autowiring and support for all PHP 7.
https://github.com/pluf/di

Last synced: about 23 hours ago
JSON representation

Full-featured Dependency Injection Container with perfectly usable autowiring and support for all PHP 7.

Awesome Lists containing this project

README

        

# Pluf Dependecy Injection

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.