PHPackages                             cloudinsight/cloudinsight-sdk - 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. cloudinsight/cloudinsight-sdk

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

cloudinsight/cloudinsight-sdk
=============================

Cloud Insight SDK. (http://www.oneapm.com/ci/feature.html)

v0.0.1(10y ago)324MITPHP &gt;=5.5.0

Since May 5Compare

[ Source](https://github.com/cloudinsight/cloudinsight-php-sdk)[ Packagist](https://packagist.org/packages/cloudinsight/cloudinsight-sdk)[ Docs](http://www.oneapm.com/ci/feature.html)[ RSS](/packages/cloudinsight-cloudinsight-sdk/feed)WikiDiscussions Synced 5d ago

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

Cloudinsight PHP SDK
====================

[](#cloudinsight-php-sdk)

[![Build Status](https://camo.githubusercontent.com/9c10653a8f29efa5ed1cbd63241a36cf02ea6779d81cab95420cf7c6db65ddb4/68747470733a2f2f6170692e7472617669732d63692e6f72672f636c6f7564696e73696768742f636c6f7564696e73696768742d7068702d73646b2e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/cloudinsight/cloudinsight-php-sdk)[![Development Version](https://camo.githubusercontent.com/d19e8f444022fe8fcd4e81ba1bacc5779c17b6aa1461a96cb77c5f3701392b18/68747470733a2f2f706f7365722e707567782e6f72672f636c6f7564696e73696768742f636c6f7564696e73696768742d73646b2f762f737461626c652e737667)](https://packagist.org/packages/cloudinsight/cloudinsight-sdk)

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

[](#installation)

To install this package you will need:

- PHP 5.5+
- Enable sockets, mbstring

You must then modify your `composer.json` file and run `composer update` to include the latest version of the package in your project.

```
"require": {
   "cloudinsight/cloudinsight-sdk": "~0.0.1"
}
```

Or you can run the `composer require` command from your terminal.

```
$ composer require cloudinsight/cloudinsight-sdk
```

Quick Start Guide
-----------------

[](#quick-start-guide)

Make sure your app `require 'vendor/autoload.php'`

```
use CloudInsight\Statsd;

$statsd = new Statsd;

//Increment a counter.
$statsd->increment('page.views');

//Record a gauge 100 of replies
$statsd->gauge('blogs.replies', 100);

//Record a gauge 50% of the time.
$statsd->gauge('users.online', 100, ['users.cloudinsight'], 0.5);
```

document see: [http://docs-ci.oneapm.com/api/php.html](http://docs-ci.oneapm.com/api)

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3752d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16714538?v=4)[cloudinsight-backup](/maintainers/cloudinsight)[@cloudinsight](https://github.com/cloudinsight)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cloudinsight-cloudinsight-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/cloudinsight-cloudinsight-sdk/health.svg)](https://phpackages.com/packages/cloudinsight-cloudinsight-sdk)
```

###  Alternatives

[psalm/phar

Composer-based Psalm Phar

265.8M243](/packages/psalm-phar)[thejano/laravel-domain-driven-design

Helps to use domain driven design within laravel

15426.0k](/packages/thejano-laravel-domain-driven-design)

PHPackages © 2026

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