PHPackages                             fsth/beanstalkd-cluster - 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. fsth/beanstalkd-cluster

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

fsth/beanstalkd-cluster
=======================

beanstalkd cluster.

v0.1.0(9y ago)1228MITPHP

Since Nov 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/findsomething/beanstaklkd-cluster)[ Packagist](https://packagist.org/packages/fsth/beanstalkd-cluster)[ RSS](/packages/fsth-beanstalkd-cluster/feed)WikiDiscussions master Synced today

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

redis-client
============

[](#redis-client)

```
beanstalkd cluster on client to distribute

```

usage
=====

[](#usage)

```
$configs = array(
    array(
        'name' => 'test1',
        'tubeNames' => array('tubeName1', 'tubeName2'),
        'hosts' => array(
            array('host' => '127.0.0.1', 'port' => '11300'),
        )
    ),
    array(
        'name' => 'test2',
        'tubeNames' => array('tubeName3', 'tubeName4'),
        'hosts' => array(
            array('host' => '127.0.0.1', 'port' => '11301'),
            array('host' => '127.0.0.1', 'port' => '11302'),
        )
    )
);
$proxy = new \FSth\BeanstalkdCluster\Business\Proxy();
$proxy->initWithConfig($configs);

$host = $proxy->lookup('tubeName1'); // return array('host','port') port in ('11300');

$host = $proxy->lookup('tubeName3'); // return array('host','port') port in ('11301', '11302');

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3528d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1def6e3c66a36c047a170a8256861116c2f35fc033b0bca2e8049f632b23eb75?d=identicon)[qiqisan](/maintainers/qiqisan)

---

Top Contributors

[![findsomething](https://avatars.githubusercontent.com/u/3618101?v=4)](https://github.com/findsomething "findsomething (3 commits)")

### Embed Badge

![Health badge](/badges/fsth-beanstalkd-cluster/health.svg)

```
[![Health](https://phpackages.com/badges/fsth-beanstalkd-cluster/health.svg)](https://phpackages.com/packages/fsth-beanstalkd-cluster)
```

###  Alternatives

[symfony/messenger

Helps applications send and receive messages to/from other applications or via message queues

1.1k128.6M1.4k](/packages/symfony-messenger)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k365.0M3.1k](/packages/symfony-cache)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[symfony/amazon-sqs-messenger

Symfony Amazon SQS extension Messenger Bridge

4613.5M20](/packages/symfony-amazon-sqs-messenger)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[api-platform/metadata

API Resource-oriented metadata attributes and factories

244.5M182](/packages/api-platform-metadata)

PHPackages © 2026

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