PHPackages                             handybitesize/cloudwatch-logger - 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. handybitesize/cloudwatch-logger

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

handybitesize/cloudwatch-logger
===============================

CloudWatch Logging Handler

v1.3(8y ago)07181[1 issues](https://github.com/handybitesize/cloudwatch-logger/issues)MITPHPPHP &gt;=5.6.0

Since Jul 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/handybitesize/cloudwatch-logger)[ Packagist](https://packagist.org/packages/handybitesize/cloudwatch-logger)[ RSS](/packages/handybitesize-cloudwatch-logger/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

CloudWatch Logger
=================

[](#cloudwatch-logger)

Simple Logger for Creation's F3-based CMS

Usage

```
$logger = \CreationMedia\CloudWatchLogger\Logger::getInstance();
$logger->setLogName(Config::get('LOG_NAME')); //prepend with file:// for file logging
$logger->setLogLevel($logger::INFO); //Defaults to INFO

$logger::set('STRIP_NAMESPACE', 'Creation\\'); //optionally strip common namespaces
$logger::set('AWS_CREDENTIALS', self::get_aws_creds()); //Guzzle Promise format
$logger::set('SKIP_CREATE', true); //defaults false, skip the creation of streams.

$logger::set('LOG_STREAM', self::get('ENVIRONMENT')); //LOG_STREAM required for CW

//Send some logs'
        \CreationMedia\CloudWatchLogger\Logger::debug('This is simple a debugging message', ['debug' => true]);
        \CreationMedia\CloudWatchLogger\Logger::info('Hello, I\'m a logger, that is some information for you');
        \CreationMedia\CloudWatchLogger\Logger::notice('Take note!', ['key_1'=>'val_1', 'key_2' =>['foo' => 'bar', 'baz' => 'quz'], 'key_3'=>1234]);
        \CreationMedia\CloudWatchLogger\Logger::warning('This IS A WARNING');
        \CreationMedia\CloudWatchLogger\Logger::error('Opps. There is an error!');
        \CreationMedia\CloudWatchLogger\Logger::critical('CRITICAL ERROR');
        \CreationMedia\CloudWatchLogger\Logger::alert('WOOP WOO THIS IS AN ALERT');
        \CreationMedia\CloudWatchLogger\Logger::emergency('Emergency! There\'s an emergency happening');
        //\CreationMedia\CloudWatchLogger\Logger::abort('Just stop it'); //abort level will exit the appliction with the message;

die('test done');

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

2

Last Release

3211d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0678b691eebc7f3bb3247319f5ab6a35f2f66c4230658e0a51b00b92cc4422eb?d=identicon)[Handybitesize](/maintainers/Handybitesize)

### Embed Badge

![Health badge](/badges/handybitesize-cloudwatch-logger/health.svg)

```
[![Health](https://phpackages.com/badges/handybitesize-cloudwatch-logger/health.svg)](https://phpackages.com/packages/handybitesize-cloudwatch-logger)
```

###  Alternatives

[maxbanton/cwh

AWS CloudWatch Handler for Monolog library

42515.3M27](/packages/maxbanton-cwh)[phpnexus/cwh

AWS CloudWatch Handler for Monolog library

393.2M7](/packages/phpnexus-cwh)

PHPackages © 2026

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