PHPackages                             awallef/cakephp-cw-log - 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. awallef/cakephp-cw-log

ActiveCakephp-plugin[Logging &amp; Monitoring](/categories/logging)

awallef/cakephp-cw-log
======================

CakePHP log in aws cloudwatch

4.0.0.0(6y ago)335.4k↓19.2%1PHPPHP &gt;=7.2

Since Jul 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/awallef/cakephp-cw-log)[ Packagist](https://packagist.org/packages/awallef/cakephp-cw-log)[ RSS](/packages/awallef-cakephp-cw-log/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

cakephp-cw-log plugin for CakePHP
=================================

[](#cakephp-cw-log-plugin-for-cakephp)

This plugin allows you log your cakephp app in aws cloudwatch

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require awallef/cakephp-cw-log

```

Log settings
------------

[](#log-settings)

Configure the engine in app.php like follow:

```
...
'Log' => [
    'debug' => [
		'className' => 'Awallef\CWL\Log\Engine\CloudwatchLog',
		'levels' => ['notice', 'info', 'debug'],

		// Cloudwatch
    'groupName' => 'ec2-instance-x',
    'streamName' => 'my-php-app-log-test',
    'retentionDays' => '14', // days...

    // aws
    'aws' => [
      'region' => 'eu-central-1',
      'version' => 'latest',
      'credentials' => [
        'key' => 'your AWS key',
        'secret' => 'your AWS secret',
      ]
    ]
    ],
    'error' => [
		'className' => 'Awallef\CWL\Log\Engine\CloudwatchLog',
		'levels' => ['warning', 'error', 'critical', 'alert', 'emergency'],

		// Cloudwatch
    'groupName' => 'ec2-instance-x',
    'streamName' => 'my-php-app-log-test',
    'retentionDays' => '14', // days...

    // aws
    'aws' => [
      'region' => 'eu-central-1',
      'version' => 'latest',
      'credentials' => [
        'key' => 'your AWS key',
        'secret' => 'your AWS secret',
      ]
    ]
    ],
],
...

```

more to come, like errors types as tags....

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~227 days

Total

5

Last Release

2304d ago

Major Versions

3.x-dev → 4.0.0.02020-01-27

PHP version history (2 changes)3.4.0.0PHP &gt;=5.5.9

4.0.0.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3a1da2aecf796ac1e96bcf4ca27b43c140f29c91e90f7e24eaf7f8cb0ff9507?d=identicon)[awallef](/maintainers/awallef)

---

Top Contributors

[![awallef](https://avatars.githubusercontent.com/u/1070992?v=4)](https://github.com/awallef "awallef (7 commits)")[![mtak3](https://avatars.githubusercontent.com/u/1726154?v=4)](https://github.com/mtak3 "mtak3 (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/awallef-cakephp-cw-log/health.svg)

```
[![Health](https://phpackages.com/badges/awallef-cakephp-cw-log/health.svg)](https://phpackages.com/packages/awallef-cakephp-cw-log)
```

###  Alternatives

[lordsimal/cakephp-sentry

Sentry plugin for CakePHP

12270.3k](/packages/lordsimal-cakephp-sentry)

PHPackages © 2026

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