PHPackages                             h4cc/pheanstalk-bundle-extra - 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. h4cc/pheanstalk-bundle-extra

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

h4cc/pheanstalk-bundle-extra
============================

Additional classes for the LeezyPheanstalkBundle.

0.1.1(11y ago)01441MITPHP

Since Dec 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/h4cc/LeezyPheanstalkBundleExtra)[ Packagist](https://packagist.org/packages/h4cc/pheanstalk-bundle-extra)[ Docs](https://github.com/h4cc/LeezyPheanstalkBundleExtra)[ RSS](/packages/h4cc-pheanstalk-bundle-extra/feed)WikiDiscussions master Synced 3w ago

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

[![Build Status](https://camo.githubusercontent.com/b39078fbab2a4a88a13bbab6484bb8997d414987607b318df7188956a8e03a21/68747470733a2f2f7472617669732d63692e6f72672f683463632f4c65657a79506865616e7374616c6b42756e646c6545787472612e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/h4cc/LeezyPheanstalkBundleExtra)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/5ce321afc2d9c11641198dbc7f23d63acdbe9365bfe19ddd20f884255a9d29d3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f683463632f4c65657a79506865616e7374616c6b42756e646c6545787472612f6261646765732f7175616c6974792d73636f72652e706e673f733d66636161633436636637613963393764623964613961333336663032323235393463663461356562)](https://scrutinizer-ci.com/g/h4cc/LeezyPheanstalkBundleExtra/)[![Code Coverage](https://camo.githubusercontent.com/c35a5f0ea7dadf36916e313fe6a3eebe0cd48e33b5eb24714ede31c1a1698764/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f683463632f4c65657a79506865616e7374616c6b42756e646c6545787472612f6261646765732f636f7665726167652e706e673f733d36336662393033373463623231303566356532366264303736633430353832616562353063306231)](https://scrutinizer-ci.com/g/h4cc/LeezyPheanstalkBundleExtra/)[![HHVM Status](https://camo.githubusercontent.com/60ac4afa740656e9fe613730643265e1ca290e8c55dcca372780ad5ae3fb9031/687474703a2f2f6868766d2e683463632e64652f62616467652f683463632f706865616e7374616c6b2d62756e646c652d65787472612e737667)](http://hhvm.h4cc.de/package/h4cc/pheanstalk-bundle-extra)

h4cc/LeezyPheanstalkBundleExtra
===============================

[](#h4ccleezypheanstalkbundleextra)

Some extra classes to work with [LeezyPheanstalkBundle](https://github.com/armetiz/LeezyPheanstalkBundle).

This package currently contains:

- **PrefixedTubePheanstalkProxy** - A Pheanstalk Proxy for adding a Prefix to all used tubes.

---

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

[](#installation)

Installing this package can be done with the following command:

```
php composer.phar require h4cc/pheanstalk-bundle-extra:dev-master

```

*Hint: Use a more stable version if available!*

PrefixedTubePheanstalkProxy
---------------------------

[](#prefixedtubepheanstalkproxy)

This Proxy is abled to prefix all tubes with a given string.

New Methods are:

```
PrefixedTubePheanstalkProxy
    - setTubePrefix($prefix);
    - getTubePrefix();

```

Using a custom Proxy in Symfony2
--------------------------------

[](#using-a-custom-proxy-in-symfony2)

Define the the proxy as a service:

**services.xml**

```

        your_app_

```

*or*

**services.yml**

```
services:
    your_app.pheanstalk.proxy:
        class: "h4cc\LeezyPheanstalkBundleExtra\Proxy\PrefixedTubePheanstalkProxy"
        calls:
            - [ setTubePrefix, [ "your_app_" ] ]

```

Activate the proxy in the app/config/config.yml like this:

```
leezy_pheanstalk:
    enabled: true
    pheanstalks:
        primary:
            server: 127.0.0.1
            port: 11300
            timeout: 60
            default: true
            proxy: your_app.pheanstalk.proxy

```

A cleaner way would be to define the TubePrefix String as a Parameter.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% 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 ~294 days

Total

2

Last Release

4268d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ce109f0fc05421b5db21c1f35e9ff78be9bae38f5b6e3bd6121f2eb2417cf53?d=identicon)[h4cc](/maintainers/h4cc)

---

Top Contributors

[![h4cc](https://avatars.githubusercontent.com/u/2981491?v=4)](https://github.com/h4cc "h4cc (19 commits)")[![prgTW](https://avatars.githubusercontent.com/u/203249?v=4)](https://github.com/prgTW "prgTW (2 commits)")

---

Tags

extraSymfony2beanstalkdpheanstalk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/h4cc-pheanstalk-bundle-extra/health.svg)

```
[![Health](https://phpackages.com/badges/h4cc-pheanstalk-bundle-extra/health.svg)](https://phpackages.com/packages/h4cc-pheanstalk-bundle-extra)
```

###  Alternatives

[pda/pheanstalk

PHP client for beanstalkd queue

1.9k32.4M274](/packages/pda-pheanstalk)[leezy/pheanstalk-bundle

The LeezyPheanstalkBundle is a Symfony Bundle that provides a command line interface for manage the Beanstalkd workqueue server &amp; a pheanstalk integration.

1241.8M7](/packages/leezy-pheanstalk-bundle)[davidpersson/beanstalk

Minimalistic PHP client for beanstalkd.

199327.9k8](/packages/davidpersson-beanstalk)[phobetor/rabbitmq-supervisor-bundle

Symfony bundle to automatically create and update supervisor configurations for RabbitMQ consumer daemons

104569.3k](/packages/phobetor-rabbitmq-supervisor-bundle)[udokmeci/yii2-beanstalk

Yii2 Beanstalk Client at the top of Paul Annesley's pheanstalk

70129.0k3](/packages/udokmeci-yii2-beanstalk)[foxxmd/laravel-elasticbeanstalk-queue-worker

Deploy your Laravel application as a queue worker on AWS ElasticBeanstalk

5394.9k](/packages/foxxmd-laravel-elasticbeanstalk-queue-worker)

PHPackages © 2026

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