co-stack/dependency-injection-additions
最新稳定版本:v1.0.1
Composer 安装命令:
composer require co-stack/dependency-injection-additions
包简介
Awesome additions for symfony/dependency-injection
README 文档
README
About
This package contains awesome, ready-to-use, out-of-the-box, features built on top of symfony/dependency-injection. These features extend the default feature set of the DI container.
Features
InjectionAware
Implement the interface \CoStack\DependencyInjectionAdditions\InjectionAware\InjectionAware. The method __injected
will be called automatically after all dependencies were injected.
When using __construct to initialize an object, only constructor injections are available. With __injected, all
dependencies were injected (constructor, property, method) and are available.
This effectively allows ditching the constructor injection.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2026-03-20