library yii2-psr-container
PSR-11 container adapter for Yii 2
dmitrivereshchagin/yii2-psr-container
PSR-11 container adapter for Yii 2
- Tuesday, March 14, 2017
- by dmitrivereshchagin
- Repository
- 1 Watchers
- 1 Stars
- 13 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
yii2-psr-container
PSR-11 container adapter for Yii 2., (*1)
Install
% composer require dmitrivereshchagin/yii2-psr-container
Usage
\Yii::$container->setSingleton(
'Psr\Container\ContainerInterface',
function ($container) {
return new \yii\psr\container\ContainerAdapter($container);
}
);
Testing
% composer test
dev-master
9999999-dev
PSR-11 container adapter for Yii 2
Sources
Download
MIT
The Requires
The Development Requires
container
yii2
psr-11
v1.0.0
1.0.0.0
PSR-11 container adapter for Yii 2
Sources
Download
MIT
The Requires
The Development Requires
container
yii2
psr-11