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

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

revolution/laravel-logger-cwlogs
================================

CloudWatchLogs channel for Laravel Log

1.1.0(6y ago)1987MITPHPPHP ^7.2||^8.0

Since Feb 22Pushed 6y ago1 watchersCompare

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

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

CloudWatchLogs channel for Laravel Log
======================================

[](#cloudwatchlogs-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-cwlogs

```

### config/logging.php

[](#configloggingphp)

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

        'cwlogs' => [
            'driver'    => 'custom',
            'via'       => Revolution\Laravel\Logger\CloudWatchLogs\CloudWatchLogger::class,
            'region'    => env('CWLOGS_REGION'),
            'key'       => env('CWLOGS_KEY'),
            'secret'    => env('CWLOGS_SECRET'),
            'group'     => env('CWLOGS_GROUP'),
            'stream'    => env('CWLOGS_STREAM'),
            'retention' => env('CWLOGS_RETENTION', 14),
            'tags'      => [],
            'level'     => 'debug',
        ],
    ]
```

### .env

[](#env)

```
CWLOGS_REGION=us-east-1
CWLOGS_KEY=your AWS key
CWLOGS_SECRET=your AWS secret
CWLOGS_GROUP=
CWLOGS_STREAM=
CWLOGS_RETENTION=14

```

LICENSE
-------

[](#license)

MIT

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity72

Established project with proven stability

 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 ~185 days

Total

5

Last Release

2261d 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

[![kawax](https://avatars.githubusercontent.com/u/1502086?v=4)](https://github.com/kawax "kawax (5 commits)")

---

Tags

loglaravelcloudwatchlogs

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[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)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)

PHPackages © 2026

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