PHPackages                             beeproger/rocketchat-monolog-handler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. beeproger/rocketchat-monolog-handler

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

beeproger/rocketchat-monolog-handler
====================================

A Monolog Rocket.Chat Handler meant for Laravel projects.

0.0.4(6y ago)0134[1 issues](https://github.com/beeproger/rocketchat-monolog-handler/issues)MITPHPPHP ^7.0

Since Oct 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/beeproger/rocketchat-monolog-handler)[ Packagist](https://packagist.org/packages/beeproger/rocketchat-monolog-handler)[ Docs](https://github.com/beeproger/rocketchat-monolog-handler)[ RSS](/packages/beeproger-rocketchat-monolog-handler/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Rocket.Chat Monolog Handler
===========================

[](#rocketchat-monolog-handler)

A Monolog Rocket.Chat Handler meant for Laravel projects. It uses the same logic as the SlackWebhookHandler, available by default in the monolog package.

Install
-------

[](#install)

```
composer require beeproger/rocketchat-monolog-handler
```

Usage
-----

[](#usage)

Add the following line to the imports part of logging.php

```
use Beeproger\Logging\RocketChatHandler;
```

Add the following code to channels in logging.php in the config folder.

```
    'rocketchat' => [
        'driver' => 'custom',
        'via' => RocketChatHandler::class,
        'url' => env('LOG_ROCKETCHAT_WEBHOOK_URL', ''),
        'channel' => env('LOG_ROCKETCHAT_CHANNEL', ''),
    ],
```

update the 'stack' channel from:

```
'channels'          => ['daily'],
```

to

```
'channels'          => ['daily', 'rocketchat'],
```

Add the following to your .env file:

```
LOG_ROCKETCHAT_WEBHOOK_URL=
LOG_ROCKETCHAT_CHANNEL=

```

And done!

---

FAQ:

- [How to create a webhook](https://rocket.chat/docs/administrator-guides/integrations/).
- When using spaces in channel names like: 'This Channel' make sure to use the lowecase, kebab variant: 'this-channel' in the 'channel' value in your configuration.

License
-------

[](#license)

This project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2409d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81a57117ec21629b4d0a5e2a8617aadb060848ab23ff226aa06b3268c1b88ae7?d=identicon)[beeproger](/maintainers/beeproger)

---

Top Contributors

[![mwagena](https://avatars.githubusercontent.com/u/1246801?v=4)](https://github.com/mwagena "mwagena (1 commits)")

### Embed Badge

![Health badge](/badges/beeproger-rocketchat-monolog-handler/health.svg)

```
[![Health](https://phpackages.com/badges/beeproger-rocketchat-monolog-handler/health.svg)](https://phpackages.com/packages/beeproger-rocketchat-monolog-handler)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
