evercodelab/hipchat-monolog-bundle

允许您将错误发送到HipChat

此软件包的官方仓库似乎已消失,因此该软件包已被冻结。

安装次数: 11,082

依赖关系: 1

建议者: 0

安全性: 0

星标: 1

关注者: 17

分支: 1

类型:symfony-bundle

1.0.3 2015-09-02 08:09 UTC

This package is not auto-updated.

Last update: 2024-01-20 11:24:06 UTC


README

安装

使用Composer安装

./composer require evercodelab/hipchat-monolog-bundle

这是更新版本。如果您想使用旧版本,请使用0.1代替

将此捆绑包添加到您的AppKernel.php中

$bundles = array(
    //...
    new Mannew\HipchatBundle\MannewHipchatBundle(),
    new Evercode\HipchatBundle\EvercodeHipchatMonologBundle(),
);

并添加HipChat处理器

monolog:
    handlers:
        hipchat:
            type: service
            id: evercode.monolog.handler.hipchat

您也可以配置它

mannew_hipchat:
    auth_token: YOUR_HIPCHAT_AUTH_TOKEN_HERE

evercode_hipchat_monolog:
    name: Error Reporter
    room: Errors
    host: localhost # you can redefine host here. Default null
    scheme: http # you can redefine scheme here. Default null