creatissimo / mattermost-bundle
Symfony Bundle for communicating with the Mattermost chat, sending messages on exceptions or when triggered by code
Installs: 3 611
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.1.0
- ext-curl: *
- ext-json: *
- symfony/console: >=3.4
- symfony/framework-bundle: >=3.4
- v2.x-dev
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.1
- v2.0.0
- v1.1.26
- v1.1.25
- v1.1.24
- v1.1.23
- v1.1.22
- v1.1.21
- v1.1.20
- v1.1.19
- v1.1.18
- v1.1.17
- v1.1.16
- v1.1.15
- v1.1.14
- v1.1.13
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- dev-master / 1.0.x-dev
- v1.0.0
- dev-SRS-148
- dev-develop
This package is auto-updated.
Last update: 2025-03-10 09:21:43 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