Download the PHP package php-component/di without Composer
On this page you can find all versions of the php package php-component/di. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-component/di
More information about php-component/di
Files in php-component/di
Download php-component/di
More information about php-component/di
Files in php-component/di
Vendor php-component
Package di
Short Description PHPComponent/DI is Dependency Injection container
License BSD-3-Clause
Package di
Short Description PHPComponent/DI is Dependency Injection container
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package di
PHPComponent\DI
DI is Dependency Injection container. It will build whole dependency tree of your application.
Configuration example
You can configure container using PHP.
For example you have class Translator, which have one constructor parameter $default_language
.
Then you configure Container.
When you call getService('translator')
you will get Translator with default language en.
All versions of di with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.6
php-component/php-code-generator Version ~0.1
php-component/atomic-file Version ~0.1
php-component/php-code-generator Version ~0.1
php-component/atomic-file Version ~0.1
The package php-component/di contains the following files
Loading the files please wait ....