Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pluf/di
- Owner: pluf
- License: gpl-3.0
- Created: 2020-10-17T15:31:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T04:34:24.000Z (over 3 years ago)
- Last Synced: 2024-11-11T16:08:35.497Z (7 days ago)
- Language: PHP
- Size: 134 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.