Skip to content
/ di Public

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

License

Notifications You must be signed in to change notification settings

pluf/di

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e15b1c · Oct 18, 2020

History

3 Commits
Oct 18, 2020
Oct 18, 2020
Oct 18, 2020
Oct 18, 2020
Oct 18, 2020
Oct 17, 2020
Oct 18, 2020
Oct 18, 2020
Oct 18, 2020
Oct 18, 2020

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages