creatissimo / mattermost-bundle
Symfony Bundle for communicating with the Mattermost chat, sending messages on exceptions or when triggered by code
Package info
github.com/creatissimo/CreatissimoMattermostBundle
Type:symfony-bundle
pkg:composer/creatissimo/mattermost-bundle
v2.1.3
2026-04-08 19:11 UTC
Requires
- php: >=7.1.0
- ext-curl: *
- ext-json: *
- symfony/console: >=3.4
- symfony/framework-bundle: >=3.4
This package is auto-updated.
Last update: 2026-06-08 19:31:03 UTC
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