trash-panda/bernard-container-interop-router

为 Bernard 的容器互操作路由器 -> https://github.com/bernardphp

1.0.0 2016-08-26 12:08 UTC

This package is auto-updated.

Last update: 2024-09-12 21:10:08 UTC


README

安装

composer require trash-panda/bernard-container-interop-router

用法

use TrashPanda\BernardContainerInteropRouter\ContainerInteropAwareRouter;
use Bernard\Consumer;

$router = new ContainerInteropAwareRouter($yourContainer);
$consumer = new Consumer($router, $dispatcher);