PHPackages                             truesocialmetrics/gearman-stats - 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. truesocialmetrics/gearman-stats

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

truesocialmetrics/gearman-stats
===============================

Geaman connector for getting status and statistic data

1.4.0(7y ago)1388.1k↑85.9%2[2 issues](https://github.com/truesocialmetrics/gearman-stats/issues)MITPHPPHP &gt;=7.1

Since Jun 14Pushed 7y ago2 watchersCompare

[ Source](https://github.com/truesocialmetrics/gearman-stats)[ Packagist](https://packagist.org/packages/truesocialmetrics/gearman-stats)[ Docs](https://github.com/truesocialmetrics/gearman-stats)[ RSS](/packages/truesocialmetrics-gearman-stats/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

TweeGearmanStat
===============

[](#tweegearmanstat)

Version 1.0.0 Created by Rostislav Mykhajliw

Introduction
------------

[](#introduction)

TweeGearmanStat is a simple adapter for monitrong your Gearman queue for php

Features / Goals
----------------

[](#features--goals)

- Having a simple class for monitong Queue on webside
- Use a standard command "status" and provide result as array
- Work with multiple gearman servers

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

[](#installation)

### Main Setup

[](#main-setup)

#### With composer

[](#with-composer)

1. Add this to your composer.json:

```
"require": {
    "necromant2005/gearman-stats": "@dev",
}
```

2. Now tell composer to download TweeGearmanStat by running the command:

```
$ php composer.phar update
```

#### Usage

[](#usage)

```
$adapter = new \TweeGearmanStat\Queue\Gearman(array(
    'h1' => array('host' => '10.0.0.1', 'port' => 4730, 'timeout' => 1),
    'h2' => array('host' => '10.0.0.2', 'port' => 4730, 'timeout' => 1),
));
$status = $adapter->status();
var_dump($status);
```

With default timeout 5 sec

```
$adapter = new \TweeGearmanStat\Queue\Gearman(array(
    'h1' => array('host' => '10.0.0.1', 'port' => 4730),
    'h2' => array('host' => '10.0.0.2', 'port' => 4730),
));
$status = $adapter->status();
var_dump($status);
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 78.4% 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 ~288 days

Recently: every ~479 days

Total

8

Last Release

2698d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.3.0

1.4.0PHP &gt;=7.1

### Community

Maintainers

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

---

Top Contributors

[![necromant2005](https://avatars.githubusercontent.com/u/159874?v=4)](https://github.com/necromant2005 "necromant2005 (29 commits)")[![donatj](https://avatars.githubusercontent.com/u/133747?v=4)](https://github.com/donatj "donatj (8 commits)")

---

Tags

gearmanstatistatic

### Embed Badge

![Health badge](/badges/truesocialmetrics-gearman-stats/health.svg)

```
[![Health](https://phpackages.com/badges/truesocialmetrics-gearman-stats/health.svg)](https://phpackages.com/packages/truesocialmetrics-gearman-stats)
```

PHPackages © 2026

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