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.0CI failing

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 2w 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 26% 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

2455d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19726665?v=4)[beeproger](/maintainers/beeproger)[@beeproger](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[spatie/flare-client-php

Send PHP errors to Flare

177156.9M21](/packages/spatie-flare-client-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

10095.6k](/packages/mehrancodes-laravel-harbor)

PHPackages © 2026

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