weew/kernel-container-aware
Composer 安装命令:
composer require weew/kernel-container-aware
包简介
Integration between weew/kernel and weew/container.
README 文档
README
Table of contents
Installation
composer require weew/kernel-container-aware
Introduction
This package integrates weew/kernel with weew/container and allows providers to rely on dependency injection and sharing of data trough the container.
Usage
To create a container aware Kernel simply pass in an instance of IContainer.
$kernel = new Weew\Kernel\ContainerAware\Kernel(new Container());
Note: Kernel will automatically share instances of providers in the container.
统计信息
- 总下载量: 343
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-18