PHPackages                             chindit/beanstalk-transport - 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. chindit/beanstalk-transport

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

chindit/beanstalk-transport
===========================

A symfony/messenger transport for Beanstalk

0.1.3(4y ago)04[1 PRs](https://github.com/chindit/beanstalk-transport/pulls)GPL-3.0-or-laterPHPPHP ^7.4|^8.0

Since Jun 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/chindit/beanstalk-transport)[ Packagist](https://packagist.org/packages/chindit/beanstalk-transport)[ RSS](/packages/chindit-beanstalk-transport/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (4)Versions (6)Used By (0)

Beanstalk transport for Symfony Messenger
=========================================

[](#beanstalk-transport-for-symfony-messenger)

symfony/messenger transport for Beanstalk

### Installation

[](#installation)

1. Install package

```
composer require chindit/beanstalk-transport

```

2. Add bundle in your `config/bundles.php`

```
Chindit\Bundle\ChinditBeanstalkTransportBundle::class => ['all' => true],

```

### Usage

[](#usage)

Just use this DSN in your transport:

```
MESSENGER_TRANSPORT_DSN=beanstalk://127.0.0.1{:port}/{defaultPipe}{?timeout=10}

```

Only `beanstalk://127.0.0.1` is required. Other parts are optional.

You can specify:

- custom port (default is `11300`)
- custom tube/queue (default is `default`)
- custome timeout in seconds (default is `10`)

A full DSN should look like this

```
MESSENGER_TRANSPORT_DSN=beanstalk://127.0.0.1:1234/mytube?timeout=12

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

4

Last Release

1577d ago

PHP version history (2 changes)0.1.0PHP ^7.4

0.1.2PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/71694dbdf66b779e12118a52111029446d820eded4f19b6ed4135682e9f8ec82?d=identicon)[chindit](/maintainers/chindit)

---

Top Contributors

[![chindit](https://avatars.githubusercontent.com/u/2115451?v=4)](https://github.com/chindit "chindit (17 commits)")

### Embed Badge

![Health badge](/badges/chindit-beanstalk-transport/health.svg)

```
[![Health](https://phpackages.com/badges/chindit-beanstalk-transport/health.svg)](https://phpackages.com/packages/chindit-beanstalk-transport)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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