Advanced Dependency Injection Container fo Yii 2.
Latest Stable Version | Total downloads | Monthly Downloads | Licensing |
---|---|---|---|
PHP >=7.4
is required.
Run the following command to add Yii2 Container to your project's composer.json
. See Packagist for specific versions.
composer require php-kitchen/yii2-di
Or you can copy this library from:
Then add following line of code in you application entry point or bootstrap file:
Yii::$container = new \PHPKitchen\DI\Container();
spl_autoload_unregister([\PHPKitchen\DI\autoload\ClassLoader::class, 'loadClass']);
For additional information and guides go to the project documentation
In 0.1.0 yii\base\Object
changed to yii\base\BaseObject
to support PHP 7.2 but it means that you need yii 2.0.13
and higher.
If you want to ask any questions, suggest improvements or just to talk with community and developers, join our server at Discord
CI status | Code quality |
---|---|