Registry / utility / yiisoft-di

yiisoft-di

JSON →
library1.4.1phppackagistunverified

Yii DI container for dependency injection and service location.

composer require yiisoft/di
INSTALL
IMPORT
SIG · YIISOFT-DI
Y
yiisoft-di
utilityphpv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Container
✓ use Yiisoft\Di\Container;

Create a simple container and retrieve a service.

use Yiisoft\Di\Container; $container = new Container([ 'mailer' => function () { return new Mailer(); }, ]); $mailer = $container->get('mailer');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
yiisoft-di — pip install yiisoft-di · libregistry