ManneW / EvercodeHipchatMonologBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Installation

Install using Composer:

./composer require evercodelab/hipchat-monolog-bundle

Add the bundle to your AppKernel.php:

$bundles = array(
    //...
    new Mannew\HipChatBundle\MannewHipchatBundle(),
    new Evercode\HipchatBundle\EvercodeHipchatMonologBundle(),
);

And add hipchat handler:

monolog:
    handlers:
        hipchat:
            type: service
            id: evercode.monolog.handler.hipchat

You also can configure it:

mannew_hipchat:
    auth_token: YOUR_HIPCHAT_AUTH_TOKEN_HERE

evercode_hipchat_monolog:
    name: Error Reporter
    room: Errors

About

License:MIT License


Languages

Language:PHP 100.0%