PHPackages                             g41797/queue-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. g41797/queue-beanstalkd

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

g41797/queue-beanstalkd
=======================

Yii3 Queue Adapter for Beanstalkd - simple, fast work queue

v0.0.3(1y ago)00[2 issues](https://github.com/g41797/queue-beanstalkd/issues)BSD-3-ClausePHPPHP &gt;=8.2

Since Jul 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/g41797/queue-beanstalkd)[ Packagist](https://packagist.org/packages/g41797/queue-beanstalkd)[ RSS](/packages/g41797-queue-beanstalkd/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (14)Versions (4)Used By (0)

Yii3 Queue Adapter for Beanstalkd - simple, fast work queue
===========================================================

[](#yii3-queue-adapter-for-beanstalkd---simple-fast-work-queue)

[![tests](https://github.com/g41797/queue-beanstalkd/actions/workflows/tests.yml/badge.svg)](https://github.com/g41797/queue-beanstalkd/actions/workflows/tests.yml)

Description
-----------

[](#description)

Yii3 Queue Adapter for [**Beanstalkd**](https://beanstalkd.github.io/) is adapter in [Yii3 Queue Adapters family.](https://github.com/yiisoft/queue/blob/master/docs/guide/en/adapter-list.md)

Implementation of adapter is based on [enqueue/pheanstalk](https://github.com/php-enqueue/pheanstalk) library.

Requirements
------------

[](#requirements)

- PHP 8.2 or higher.

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

[](#installation)

The package could be installed with composer:

```
composer require g41797/queue-beanstalkd
```

General usage
-------------

[](#general-usage)

- As part of [Yii3 Queue Framework](https://github.com/yiisoft/queue/blob/master/docs/guide/en/README.md)
- Stand-alone

Configuration
-------------

[](#configuration)

Default configuration:

```
[
    'host' => '127.0.0.1',  // IP or hostname of the target server
    'port' => 11300,         // TCP/IP port of the target server
]
```

Limitations
-----------

[](#limitations)

### Job Status

[](#job-status)

[Job Status](https://github.com/yiisoft/queue/blob/master/docs/guide/en/usage.md#job-status)

```
// Push a job into the queue and get a message ID.
$id = $queue->push(new SomeJob());

// Get job status.
$status = $queue->status($id);
```

is not supported.

License
-------

[](#license)

Yii3 Queue Adapter for Beanstalkd is free software. It is released under the terms of the BSD License. Please see [`LICENSE`](./LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

3

Last Release

664d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/309983e881b60fdc511151d24a73a52513278045d773700d3372011d85acbfd3?d=identicon)[g41797](/maintainers/g41797)

---

Top Contributors

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

---

Tags

beanstalkdphpqueueworkeryiiqueuebeanstalkdyii3

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/g41797-queue-beanstalkd/health.svg)

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

###  Alternatives

[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[shiftonelabs/laravel-sqs-fifo-queue

Adds a Laravel queue driver for Amazon SQS FIFO queues.

1556.0M3](/packages/shiftonelabs-laravel-sqs-fifo-queue)[davidpersson/beanstalk

Minimalistic PHP client for beanstalkd.

200321.9k8](/packages/davidpersson-beanstalk)[foxxmd/laravel-elasticbeanstalk-queue-worker

Deploy your Laravel application as a queue worker on AWS ElasticBeanstalk

5493.5k](/packages/foxxmd-laravel-elasticbeanstalk-queue-worker)[xobotyi/beansclient

PHP7.1+ client for beanstalkd work queue with no dependencies

9226.8k](/packages/xobotyi-beansclient)[pmatseykanets/artisan-beans

Easily manage your Beanstalkd job queues right from the Laravel artisan command

4482.1k](/packages/pmatseykanets-artisan-beans)

PHPackages © 2026

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