bruli/event-bus-bundle

用于在symfony项目中使用事件总线的包

0.5 2018-09-18 06:33 UTC

This package is auto-updated.

Last update: 2024-09-18 20:28:10 UTC


README

Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License SensioLabsInsight Donate button

用于在symfony项目中使用事件总线的包

安装

步骤 1: Composer

$ composer require bruli/event-bus-bundle

在您的app/AppKernel.php文件中添加

public function registerBundles()
    {
        ...
            new \Bruli\EventBusBundle\EventBusBundle()
    }

致谢

许可证

event-bus-bundle在MIT许可证下发布。有关详细信息,请参阅捆绑的LICENSE文件。