Download the PHP package creatissimo/mattermost-bundle without Composer
On this page you can find all versions of the php package creatissimo/mattermost-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download creatissimo/mattermost-bundle
More information about creatissimo/mattermost-bundle
Files in creatissimo/mattermost-bundle
Download creatissimo/mattermost-bundle
More information about creatissimo/mattermost-bundle
Files in creatissimo/mattermost-bundle
Vendor creatissimo
Package mattermost-bundle
Short Description Symfony Bundle for communicating with the Mattermost chat, sending messages on exceptions or when triggered by code
License Apache-2.0
Homepage https://github.com/creatissimo/CreatissimoMattermostBundle
Package mattermost-bundle
Short Description Symfony Bundle for communicating with the Mattermost chat, sending messages on exceptions or when triggered by code
License Apache-2.0
Homepage https://github.com/creatissimo/CreatissimoMattermostBundle
Keywords exceptionMattermost
Please rate this library. Is it a good library?
Informations about the package mattermost-bundle
CreatissimoMattermostBundle
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
All versions of mattermost-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
symfony/framework-bundle Version >=3.4
symfony/console Version >=3.4
ext-json Version *
ext-curl Version *
symfony/framework-bundle Version >=3.4
symfony/console Version >=3.4
ext-json Version *
ext-curl Version *
The package creatissimo/mattermost-bundle contains the following files
Loading the files please wait ....