evercodelab / hipchat-monolog-bundle
Allows you send errors to hipchat
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 11 082
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 17
Forks: 1
Type:symfony-bundle
Requires
- php: >=5.3.2
- ext-intl: *
- mannew/hipchat-bundle: ~1.0
This package is not auto-updated.
Last update: 2024-01-20 11:24:06 UTC
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