exileed/rocketchat-monolog
Composer 安装命令:
composer require exileed/rocketchat-monolog
包简介
RocketChat Monolog Handler
README 文档
README
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 me@exileed.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
TODO
- Async request
统计信息
- 总下载量: 3.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-13