PHPackages                             enlightened-dc/gearman-connection - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. enlightened-dc/gearman-connection

AbandonedArchivedLibrary[Queues &amp; Workers](/categories/queues)

enlightened-dc/gearman-connection
=================================

A simple and clean library to get informations from your gearman jobserver.

1.0.1(10y ago)05MITPHPPHP &gt;=5.4.0

Since Sep 3Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

gearman-connection
==================

[](#gearman-connection)

[![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)

A simple and clean library to get informations from your [gearman](http://gearman.org/) jobserver.

Minimal example usage:
----------------------

[](#minimal-example-usage)

```
require_once __DIR__ . '/../vendor/autoload.php';

use TM\Gearman as Gearman;

$connection = new Gearman\Connection();
$response = $connection->send(new Gearman\Request('status'));

// Do something with the response ...
echo $response;

```

Customize
---------

[](#customize)

If you don't use the default values:

```
$connection = new Gearman\Connection(
    ['host' => 'my.gearman.host, 'port' => 1234]
);

```

And if you don't want an auto-connect by default:

```
$connection = new Gearman\Connection(
    ['host' => 'my.gearman.host, 'port' => 1234],
    false
);
...
$connection->connect();
...

```

Contributing
------------

[](#contributing)

Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3901d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c4d68b4fb1431f073c5bbc5aca7f5740a916d01ddf6f74d5ed86ee022201808e?d=identicon)[enlightened-dc](/maintainers/enlightened-dc)

---

Top Contributors

[![tommy-muehle](https://avatars.githubusercontent.com/u/1351840?v=4)](https://github.com/tommy-muehle "tommy-muehle (22 commits)")

---

Tags

gearmangearman-connectionphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/enlightened-dc-gearman-connection/health.svg)

```
[![Health](https://phpackages.com/badges/enlightened-dc-gearman-connection/health.svg)](https://phpackages.com/packages/enlightened-dc-gearman-connection)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)

PHPackages © 2026

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