PHPackages                             wdalmut/cloudwatch-agent-client - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wdalmut/cloudwatch-agent-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wdalmut/cloudwatch-agent-client
===============================

0.0.5(11y ago)021MITPHP

Since Jun 17Pushed 11y agoCompare

[ Source](https://github.com/wdalmut/php-cloudwatch-agent-client)[ Packagist](https://packagist.org/packages/wdalmut/cloudwatch-agent-client)[ RSS](/packages/wdalmut-cloudwatch-agent-client/feed)WikiDiscussions develop Synced today

READMEChangelogDependenciesVersions (7)Used By (0)

PHP CloudWatch Agent Client
===========================

[](#php-cloudwatch-agent-client)

Send data collected into a PHP application to the running agent

Install
-------

[](#install)

Use composer

```
{
    "require": {
        "corley/cloudwatch-agent-client": "*"
    }
}

```

How to use
----------

[](#how-to-use)

The API is very simple, just a simple call

```
Corley\CloudWatch\Agent::point($namespace, $metric, $value);

```

You can also send the unit and the operation

```
Agent::point($namespace, $metric, $value, ["unit" => Agent::UNIT_MILLISECONDS]);
Agent::point($namespace, $metric, 1, ["op" => Agent::OP_SUM]);

```

Valid units are:

- "Seconds",
- "Microseconds",
- "Milliseconds",
- "Bytes",
- "Kilobytes",
- "Megabytes",
- "Gigabytes",
- "Terabytes",
- "Bits",
- "Kilobits",
- "Megabits",
- "Gigabits",
- "Terabits",
- "Percent",
- "Count",
- "Bytes/Second",
- "Kilobytes/Second",
- "Megabytes/Second",
- "Gigabytes/Second",
- "Terabytes/Second",
- "Bits/Second",
- "Kilobits/Second",
- "Megabits/Second",
- "Gigabits/Second",
- "Terabits/Second",
- "Count/Second",

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

5

Last Release

4342d ago

### Community

Maintainers

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

---

Top Contributors

[![wdalmut](https://avatars.githubusercontent.com/u/551974?v=4)](https://github.com/wdalmut "wdalmut (10 commits)")

### Embed Badge

![Health badge](/badges/wdalmut-cloudwatch-agent-client/health.svg)

```
[![Health](https://phpackages.com/badges/wdalmut-cloudwatch-agent-client/health.svg)](https://phpackages.com/packages/wdalmut-cloudwatch-agent-client)
```

PHPackages © 2026

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