Skip to content

Commit

Permalink
First relese of Pluf DI
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Oct 18, 2020
1 parent 8380aa3 commit 32c25ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ composer.phar
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
/.settings/
/.build/
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# Di
Full-featured Dependency Injection Container with perfectly usable autowiring and support for all PHP 7.
# 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.

0 comments on commit 32c25ae

Please sign in to comment.