PHPackages                             elic-dev/staades-sdk-php - 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. elic-dev/staades-sdk-php

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

elic-dev/staades-sdk-php
========================

A PHP library to send metrics to staades.net

1.0.2(8y ago)0684MITPHPPHP &gt;=5.3.3

Since May 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/elic-dev/staades-sdk-php)[ Packagist](https://packagist.org/packages/elic-dev/staades-sdk-php)[ Docs](http://www.staades.net)[ RSS](/packages/elic-dev-staades-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (4)Used By (0)

Staades PHP SDK
===============

[](#staades-php-sdk)

Installation with Composer
--------------------------

[](#installation-with-composer)

```
$ php composer.phar require elic-dev/staades-php-sdk
```

For composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

Usage
-----

[](#usage)

Initialize a new StaadesClient with your access key.

```
$config = array(
    'app_key' => 'testapp',
    'api_key' => 'testkey',
);

$client = \Staades\StaadesClient::factory($config);
```

Start sending commands to Staades.

Add something to your ident:

```
$client->addValue('My.test.ident', 1);
```

Set the value of your ident:

```
$client->setValue('My.test.ident', 1);
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3020d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8873132?v=4)[ELIC](/maintainers/elic-dev)[@elic-dev](https://github.com/elic-dev)

---

Top Contributors

[![L1lle](https://avatars.githubusercontent.com/u/182834?v=4)](https://github.com/L1lle "L1lle (6 commits)")

---

Tags

Metricsanalyticsstaades

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/elic-dev-staades-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/elic-dev-staades-sdk-php/health.svg)](https://phpackages.com/packages/elic-dev-staades-sdk-php)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M164](/packages/spatie-laravel-health)[spatie/flare-client-php

Send PHP errors to Flare

177161.5M22](/packages/spatie-flare-client-php)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)

PHPackages © 2026

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