Download the PHP package dmitry-suffi/di without Composer
On this page you can find all versions of the php package dmitry-suffi/di. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dmitry-suffi/di
More information about dmitry-suffi/di
Files in dmitry-suffi/di
Download dmitry-suffi/di
More information about dmitry-suffi/di
Files in dmitry-suffi/di
Vendor dmitry-suffi
Package di
Short Description dependency injection container
License MIT
Homepage https://github.com/dmitry-suffi/di-container
Package di
Short Description dependency injection container
License MIT
Homepage https://github.com/dmitry-suffi/di-container
Please rate this library. Is it a good library?
Informations about the package di
Dependency injection container
Dependency injection container Martin Fowler's article
Dependency injection container — it is an object to instantiate the class and its dependent objects.
This is in accordance with the recommendations of PSR-11.
It supports the following kinds of dependency injection:
- Constructor injection;
- Property injection;
- Setter injection
Example:
Installation
Documentation
the documentation can be found here:
- English
- Russian
Tests
You can also browse the functional tests
License
Copyright (c) 2016-2016 Dmitry Suffi. Released under the MIT license.
All versions of di with dependencies
PHP Build Version
Package Version
The package dmitry-suffi/di contains the following files
Loading the files please wait ....