evercodelab/hipchat-monolog-bundle

Allows you send errors to hipchat


Keywords
hipchat, logs
License
MIT

Documentation

README

Installation

Install using Composer:

./composer require evercodelab/hipchat-monolog-bundle

This is updated version. If you whant to use old version, use 0.1 instead

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
    host: localhost # you can redefine host here. Default null
    scheme: http # you can redefine scheme here. Default null