PHPackages                             flossiraptor/gearmand-manager - 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. flossiraptor/gearmand-manager

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

flossiraptor/gearmand-manager
=============================

Query Gearmand job servers to list workers, capabilities, and capacity.

00PHP

Since Sep 1Pushed 1y agoCompare

[ Source](https://github.com/flossiraptor/gearmand-manager)[ Packagist](https://packagist.org/packages/flossiraptor/gearmand-manager)[ RSS](/packages/flossiraptor-gearmand-manager/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Gearmand Manager
================

[](#gearmand-manager)

Query Gearmand job servers to list workers, capabilities, and capacity.

This implements the Gearmand Administrative Protocol. The protocol is documented at .

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

[](#installation)

Install with PHP Composer.

```
composer require flossiraptor/gearmand-manager
```

Usage
-----

[](#usage)

```
use Flossiraptor\GearmandManager\Manager;

// The default job server is '127.0.0.1' on port 4730.
$manager = new Manager();

// Print the metadata for each Gearmand function.
print("Function\tQueued\tRunning\tWorkers available\n");
foreach ($manager->status() as $function => $status) {
    printf("%s\t%d\t%d\t%d\n",
        $function,
        $status->queued,
        $status->running,
        $status->workers,
    );
}
```

License
-------

[](#license)

This software can be licensed under the 3-clause BSD license. See `LICENSE.txt`.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/271171?v=4)[Marcus Deglos](/maintainers/manarth)[@manarth](https://github.com/manarth)

---

Top Contributors

[![manarth](https://avatars.githubusercontent.com/u/271171?v=4)](https://github.com/manarth "manarth (1 commits)")

### Embed Badge

![Health badge](/badges/flossiraptor-gearmand-manager/health.svg)

```
[![Health](https://phpackages.com/badges/flossiraptor-gearmand-manager/health.svg)](https://phpackages.com/packages/flossiraptor-gearmand-manager)
```

PHPackages © 2026

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