trash-panda/bernard-container-interop-router

A Container Interop Router for Bernard -> https://github.com/bernardphp

Maintainers

Package info

github.com/AydinHassan/bernard-container-interop-router

pkg:composer/trash-panda/bernard-container-interop-router

Statistics

Installs: 145

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2016-08-26 12:08 UTC

This package is auto-updated.

Last update: 2026-03-13 00:44:40 UTC


README

Installation

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

Usage

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

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