PHPackages                             pmatseykanets/artisan-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. pmatseykanets/artisan-beans

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

pmatseykanets/artisan-beans
===========================

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

v4.2.0(5y ago)4482.1k↓50%6[1 PRs](https://github.com/pmatseykanets/artisan-beans/pulls)MITPHPPHP ^7.2|^8.0

Since Sep 2Pushed 3y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (3)Versions (13)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

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 97.8% 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 ~177 days

Recently: every ~199 days

Total

12

Last Release

1958d ago

Major Versions

v0.2.0 → v1.0.02017-09-03

v1.0.0 → v2.0.02018-02-09

v2.1.0 → v3.0.02019-10-25

v3.0.0 → v4.0.02020-04-25

PHP version history (4 changes)v0.1.0PHP &gt;=5.5.9

v2.0.0PHP &gt;=7.1.3

v3.0.0PHP ^7.2

v4.2.0PHP ^7.2|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/779965?v=4)[Peter Matseykanets](/maintainers/pmatseykanets)[@pmatseykanets](https://github.com/pmatseykanets)

---

Top Contributors

[![pmatseykanets](https://avatars.githubusercontent.com/u/779965?v=4)](https://github.com/pmatseykanets "pmatseykanets (44 commits)")[![segadora](https://avatars.githubusercontent.com/u/6637534?v=4)](https://github.com/segadora "segadora (1 commits)")

---

Tags

artisan-commandbeanstalkdhacktoberfestlaravellaravel-packagelaravelartisanqueuejobbeanstalkd

### Embed Badge

![Health badge](/badges/pmatseykanets-artisan-beans/health.svg)

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

###  Alternatives

[imtigger/laravel-job-status

Laravel Job Status

5272.1M3](/packages/imtigger-laravel-job-status)[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)

PHPackages © 2026

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