fusible / event-provider
Jnjxp\Event - Aura\Di的事件提供者
0.1.0
2016-10-10 18:09 UTC
Requires
- aura/di: ^3.2
- jnjxp/event: ^0.1
This package is auto-updated.
Last update: 2024-08-29 04:25:30 UTC
README
为 Jnjxp\Event 提供的针对 Aura\Di (3.x) 的预设配置
安装
composer require fusible/event-provider
使用
Aura\Di (3.x)
见: Aura\Di > 容器构建器和配置类 。
use Aura\Di\ContainerBuilder; $builder = new ContainerBuilder(); $di = $builder->newConfiguredInstance([Fusible\EventProvider\Config::class]);
Radar.Project
见: Radar.Project > 容器配置 > 配置(即“提供者”) 。
use Radar\Adr\Boot; $boot = new Boot(); $adr = $boot->adr([Fusible\EventProvider\Config::class]);