Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 2.21 KB

README.md

File metadata and controls

71 lines (49 loc) · 2.21 KB

RocketChat Monolog handler

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Install

Via Composer

$ composer require exileed/rocketchat-monolog

Usage

Base usage

$webhook = 'https://rocket.chat.local/hooks/bd97pizfGu3S5q5oT/ggdfhryhge';
$channelId = '12345';

$rocketChatHandler = new RocketChatHandler\RocketChatHandler([$webhook], $channelId);

$monolog = new Monolog\Logger('Rocket.Chat');
$monolog->pushHandler($rocketChatHandler);

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

TODO

  • Async request