evercodelab / hipchat-monolog-bundle
允许您将错误发送到HipChat
此软件包的官方仓库似乎已消失,因此该软件包已被冻结。
1.0.3
2015-09-02 08:09 UTC
Requires
- php: >=5.3.2
- ext-intl: *
- mannew/hipchat-bundle: ~1.0
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