PHPackages                             revolution/laravel-logger-chatwork - 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. revolution/laravel-logger-chatwork

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

revolution/laravel-logger-chatwork
==================================

ChatWork channel for Laravel Log

1.2.0(4y ago)18781MITPHPPHP ^7.2||^8.0

Since Feb 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kawax/laravel-logger-chatwork)[ Packagist](https://packagist.org/packages/revolution/laravel-logger-chatwork)[ RSS](/packages/revolution-laravel-logger-chatwork/feed)WikiDiscussions master Synced today

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

ChatWork channel for Laravel Log
================================

[](#chatwork-channel-for-laravel-log)

Demo project

Requirements
------------

[](#requirements)

- Laravel &gt;= 6.0
- PHP &gt;= 7.2

Installation
------------

[](#installation)

### Composer

[](#composer)

```
composer require revolution/laravel-logger-chatwork

```

### config/logging.php

[](#configloggingphp)

```
    'channels' => [
        'stack' => [
            'driver'   => 'stack',
            'channels' => ['single', 'chatwork'],
        ],

        'chatwork' => [
            'driver' => 'custom',
            'via'    => Revolution\Laravel\Logger\ChatWork\ChatWorkLogger::class,
            'token'  => env('CHATWORK_TOKEN'),
            'room'   => env('CHATWORK_ROOM'),
            'level'  => 'emergency',
        ],
    ]
```

### .env

[](#env)

```
CHATWORK_TOKEN=
CHATWORK_ROOM=

```

LICENSE
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~297 days

Total

5

Last Release

1813d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.1.3

1.1.0PHP ^7.2||^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77618633?v=4)[Revolution](/maintainers/revolution)[@Revolution](https://github.com/Revolution)

---

Top Contributors

[![arai-ta](https://avatars.githubusercontent.com/u/22699542?v=4)](https://github.com/arai-ta "arai-ta (6 commits)")[![kawax](https://avatars.githubusercontent.com/u/1502086?v=4)](https://github.com/kawax "kawax (6 commits)")

---

Tags

loglaravelchatwork

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/revolution-laravel-logger-chatwork/health.svg)

```
[![Health](https://phpackages.com/badges/revolution-laravel-logger-chatwork/health.svg)](https://phpackages.com/packages/revolution-laravel-logger-chatwork)
```

###  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)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[yzen.dev/mono-processor

This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.

116.1k](/packages/yzendev-mono-processor)

PHPackages © 2026

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