PHPackages                             carpediem/mattermost-monolog - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. carpediem/mattermost-monolog

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

carpediem/mattermost-monolog
============================

Mattermost monolog integration

1.1.0(8y ago)820.9kMITPHPPHP &gt;=5.6.0

Since Jan 12Pushed 8y ago2 watchersCompare

[ Source](https://github.com/carpediem/mattermost-monolog)[ Packagist](https://packagist.org/packages/carpediem/mattermost-monolog)[ Docs](https://github.com/carpediem/mattermost-monolog)[ RSS](/packages/carpediem-mattermost-monolog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Mattermost Monolog
------------------

[](#mattermost-monolog)

This package allows sending log to Mattermost webhook using a dedicated Handler and Formatter.

This package requires [carpediem/mattermost-webhook](https://github.com/carpediem/mattermost-webhook)

System Requirements
-------------------

[](#system-requirements)

You need **PHP &gt;= 5.6.0** but the latest stable version of PHP is recommended.

Installation
------------

[](#installation)

```
$ composer require carpediem/mattermost-monolog
```

Documentation
-------------

[](#documentation)

### Basic usage

[](#basic-usage)

The code above will register a Mattermost handler to your `Monolog\Logger` object.

```
