creatissimo/mattermost-bundle
最新稳定版本:v2.1.3
Composer 安装命令:
composer require creatissimo/mattermost-bundle
包简介
Symfony Bundle for communicating with the Mattermost chat, sending messages on exceptions or when triggered by code
关键字:
README 文档
README
Symfony3.4 Bundle for communicating with the Mattermost Chat
Example configuration:
creatissimo_mattermost:
webhook: https://chat.xym.com/asdasd
appname: "My App"
username: "App Bot"
channel: "exceptions"
iconUrl: "https://www.xym.com/logo.png"
environments:
dev:
appname: "Dev App Name"
username: "Dev Bot"
enable: true
terminate:
enable: true
exclude_exitcode: [0]
exception:
enable: true
trace: true
prod:
enable: true
terminate:
enable: true
exclude_exitcode: [0]
exception:
enable: true
trace: true
exclude_class:
- Symfony\Component\HttpKernel\Exception\NotFoundHttpException
统计信息
- 总下载量: 3.9k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-10-16