PHPackages                             davidany/dtr-beans - 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. davidany/dtr-beans

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

davidany/dtr-beans
==================

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

2(3y ago)08MITPHPPHP ^7.2|^7.3|^7.4|8.\*

Since Feb 15Pushed 3y ago1 watchersCompare

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

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

artisan-beans
=============

[](#artisan-beans)

[![StyleCI](https://camo.githubusercontent.com/227634755df343b6e3ab9e9ceb92ed8d77aa02a3277c29e5561690a11e20c553/68747470733a2f2f7374796c6563692e696f2f7265706f732f34313736373036392f736869656c64)](https://styleci.io/repos/41767069)[![Latest Stable Version](https://camo.githubusercontent.com/1cad6981b508e254dda11a03dc58d1524b5b74a778373b0ac6984bef1ecc3133/68747470733a2f2f706f7365722e707567782e6f72672f706d61747365796b616e6574732f6172746973616e2d6265616e732f762f737461626c65)](https://packagist.org/packages/pmatseykanets/artisan-beans)[![Total Downloads](https://camo.githubusercontent.com/8d05831c1d77b7cc67ce05ed96054930a314f531a6a0dae633915a33162413a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706d61747365796b616e6574732f6172746973616e2d6265616e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pmatseykanets/artisan-beans)[![License](https://camo.githubusercontent.com/c84fdff5e63b51afc428fedbdc783a90ff16665dc3d164f95ab2f756fd1a8470/68747470733a2f2f706f7365722e707567782e6f72672f706d61747365796b616e6574732f6172746973616e2d6265616e732f6c6963656e7365)](https://packagist.org/packages/pmatseykanets/artisan-beans)

This package brings a set of artisan commands that allows you manage your [Beanstalkd](https://kr.github.io/beanstalkd/) job queues.

If you find this package usefull, please consider bying me a coffee.

[![Buy Me a Coffee at ko-fi.com](https://camo.githubusercontent.com/154f15d832baabe75153bc6f3f3923cdd4eda07ed77efd80d92544ee1c381ddf/68747470733a2f2f63646e2e6b6f2d66692e636f6d2f63646e2f6b6f6669322e706e673f763d32)](https://ko-fi.com/V7V43MXAO)

Contents
--------

[](#contents)

- [Installation](#installation)
- [Usage](#usage)
- [Security](#security)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

You can install the package via composer:

### Laravel 6,7,8 (Pheanstalk 4)

[](#laravel-678-pheanstalk-4)

```
composer require pmatseykanets/artisan-beans
```

### Laravel 5.6+, Laravel 6

[](#laravel-56-laravel-6)

```
composer require pmatseykanets/artisan-beans:3.0.0
```

### Laravel &lt;= 5.5

[](#laravel--55)

```
composer require pmatseykanets/artisan-beans:1.0.0
```

If you're using Laravel &lt; 5.5 or if you have package auto-discovery turned off you have to manually register the service provider:

```
// config/app.php
'providers' => [
    ...
    Pvm\ArtisanBeans\ArtisanBeansServiceProvider::class,
],
```

Usage
-----

[](#usage)

You're good to go. Run `php artisan` and you'll see new commands under the `beans` namespace.

```
$ php artisan
 beans
  beans:bury          Bury a job
  beans:delete        Delete a job
  beans:export        Export jobs
  beans:import        Import jobs
  beans:kick          Kick a job
  beans:move          Move jobs between tubes
  beans:pause         Pause the tube
  beans:peek          Peek a job
  beans:purge         Purge jobs from the tube
  beans:put           Put a job into the tube
  beans:server        Show server statistics
  beans:tube          Show tube statistics
  beans:unpause       Unpause the tube
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Peter Matseykanets](https://github.com/pmatseykanets)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

1186d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d27ca92f9c258fad8a158902d7424c3dc695b6f1bd534f56c8df02e85c85a4e2?d=identicon)[davidany](/maintainers/davidany)

---

Top Contributors

[![peak-flow](https://avatars.githubusercontent.com/u/1452468?v=4)](https://github.com/peak-flow "peak-flow (4 commits)")

---

Tags

laravelartisanqueuejobbeanstalkd

### Embed Badge

![Health badge](/badges/davidany-dtr-beans/health.svg)

```
[![Health](https://phpackages.com/badges/davidany-dtr-beans/health.svg)](https://phpackages.com/packages/davidany-dtr-beans)
```

###  Alternatives

[pmatseykanets/artisan-beans

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

4482.1k](/packages/pmatseykanets-artisan-beans)[mpbarlow/laravel-queue-debouncer

A wrapper job for debouncing other queue jobs.

63714.4k1](/packages/mpbarlow-laravel-queue-debouncer)[foxxmd/laravel-elasticbeanstalk-queue-worker

Deploy your Laravel application as a queue worker on AWS ElasticBeanstalk

5493.5k](/packages/foxxmd-laravel-elasticbeanstalk-queue-worker)[maqe/laravel-sqs-fifo

Laravel package that enables support for SQS FIFO Queue

15137.2k](/packages/maqe-laravel-sqs-fifo)[tochka-developers/queue-promises

Promises for Laravel queue jobs

1912.3k](/packages/tochka-developers-queue-promises)[twigger/laravel-job-status

Job status for Laravel

205.5k](/packages/twigger-laravel-job-status)

PHPackages © 2026

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