PHPackages                             slowprog/messenger-beanstalkd - 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. slowprog/messenger-beanstalkd

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

slowprog/messenger-beanstalkd
=============================

Beanstalkd transport for Symfony's Messenger component.

1.0.3(5y ago)01.1kMITPHPPHP ^7.3

Since Oct 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/slowprog/messenger-beanstalkd)[ Packagist](https://packagist.org/packages/slowprog/messenger-beanstalkd)[ RSS](/packages/slowprog-messenger-beanstalkd/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (7)Versions (4)Used By (0)

Messenger Beanstalkd Transport
==============================

[](#messenger-beanstalkd-transport)

Beanstalkd transport for Symfony's Messenger component.

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

[](#installation)

The component requires PHP 7.3+ and Symfony 4.3+. You can install this component using composer:

```
composer require slowprog/messenger-beanstalkd

```

Basic usage
-----------

[](#basic-usage)

Add the bundle to *./config/bundles.php*:

```
return [
    // ...
    SlowProg\Beanstalkd\BeanstalkdTransportBundle::class => ['all' => true],
];

```

Set environment variable:

```
MESSENGER_TRANSPORT_DSN=beanstalkd://:

```

Set messenger transport config:

```
framework:
    messenger:
        transports:
            beanstalkd_queues:
                dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
                options:
                    queue_name: '%your_tube_name%'
                    reserve_timeout: '%reserve_timeout_in_seconds%'
                    connect_timeout: '%connect_timeout_in_seconds%'
```

Default options:

- queue\_name - default
- reserve\_timeout - 1
- connect\_timeout - 10

Further reading
---------------

[](#further-reading)

- [The Messenger Component](https://symfony.com/doc/current/components/messenger.html)
- [Messenger: Sync &amp; Queued Message Handling](https://symfony.com/doc/current/messenger.html)
- [Beanstalkd](https://beanstalkd.github.io/)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

2064d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1294672?v=4)[SlowProg](/maintainers/SlowProg)[@slowprog](https://github.com/slowprog)

---

Top Contributors

[![slowprog](https://avatars.githubusercontent.com/u/1294672?v=4)](https://github.com/slowprog "slowprog (6 commits)")

---

Tags

symfonybundlequeuetransportbeanstalkdMessenger

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/slowprog-messenger-beanstalkd/health.svg)

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

PHPackages © 2026

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