PHPackages                             desrodman/yii2-graylog2 - 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. desrodman/yii2-graylog2

ActiveYii2-extension[Logging &amp; Monitoring](/categories/logging)

desrodman/yii2-graylog2
=======================

Graylog2 log target for Yii2

1.1.1(4y ago)0276BSD-3-ClausePHP

Since Jul 9Pushed 4y agoCompare

[ Source](https://github.com/DesRodman/yii2-graylog2)[ Packagist](https://packagist.org/packages/desrodman/yii2-graylog2)[ Docs](https://github.com/RomeroMsk/yii2-graylog2)[ RSS](/packages/desrodman-yii2-graylog2/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

Graylog2 log target for Yii2
============================

[](#graylog2-log-target-for-yii2)

Credits
-------

[](#credits)

Benjamin Zikarsky

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require "desrodman/yii2-graylog2" "*"

```

or add

```
"desrodman/yii2-graylog2" : "*"
```

to the `require` section of your application's `composer.json` file.

Usage
-----

[](#usage)

Add Graylog target to your log component config:

```
