PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Samuel Adeshina   PHP Dependency Injection Container   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: Read Me
Class: PHP Dependency Injection Container
Autoload dependent objects accessing variables
Author: By
Last change:
Date: 8 years ago
Size: 496 bytes
 

Contents

Class file image Download

PDI

PHP Dependency Injector, A DI Container for PHP. I know, there's Pimple and so many other great DI Containers already, why this one. PDI isn't just a DI Container. It is a COMPLETE Dpendency Injection Container. With PDI, you can completely abstract your program logic from their dependencies. Yes, completely means you don't have to include these dependencies in an array or some file. It means, you just use them without worrying about where they come from or how they serve you.