PHPackages                             cherbert/laravel-beanstalkd-ui - 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. [Admin Panels](/categories/admin)
4. /
5. cherbert/laravel-beanstalkd-ui

ActiveLibrary[Admin Panels](/categories/admin)

cherbert/laravel-beanstalkd-ui
==============================

An Admin UI for Beanstalkd and Laravel

1.2.0(8y ago)013MITPHPPHP ^7.0

Since Aug 5Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (15)Used By (0)

Laravel Beanstalkd Admin UI
===========================

[](#laravel-beanstalkd-admin-ui)

[![Code Climate](https://camo.githubusercontent.com/b6c8d7e2fc9c8f5afeba3f1da5e270c532eafaaa0cd9e5631aa52b3a4da767de/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6b736173736e6f77736b692f6c61726176656c2d6265616e7374616c6b642d61646d696e2d75692f6261646765732f6770612e737667)](https://codeclimate.com/github/ksassnowski/laravel-beanstalkd-admin-ui)[![Current Version](https://camo.githubusercontent.com/d5ed2a7899b79924c83f7ca1535a9b30ce0fff25bf9fca49cddf6ad31a38c5dd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d342e302e302d626c75652e737667)](https://img.shields.io/badge/version-4.0.0-blue.svg)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://img.shields.io/badge/license-MIT-blue.svg)

[![](preview.png)](preview.png)

🔥 A slick Admin Interface for monitoring your Beanstalkd queues right out of your Laravel application. 🔥

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

[](#installation)

Require the package through composer

```
composer require dionera/laravel-beanstalkd-ui

```

### Version Table

[](#version-table)

LaravelRequired PHP VersionPackage Version`^5.7.28``^7.2``^2.0``^6.0`, `^7.0``^7.2``^2.1``^7.0``^7.4``^3.0``^7.0`, `^8.0``^7.4``^3.1``^8.0``^7.4`, `^8.0``^4.0`### Publish assets

[](#publish-assets)

Next we need to publish the package's assets. We do this by running the following command:

```
php artisan vendor:publish --provider="Dionera\BeanstalkdUI\BeanstalkdUIServiceProvider" --tag="public"

```

This will publish all the required Javascript and CSS into your applications `public/vendor/beanstalkdui` folder.

### View it in the browser

[](#view-it-in-the-browser)

Now navigate to `http:///beanstalkd/tubes` in your browser. If you're not already authenticated you will now be asked to log in. This is because by default all routes use the `auth` middleware. See the [Configuration](#configuration) section for information about how to overwrite this.

Live Updating
-------------

[](#live-updating)

[![](https://raw.githubusercontent.com/Dionera/laravel-beanstalkd-admin-ui/master/live_updating.gif)](https://raw.githubusercontent.com/Dionera/laravel-beanstalkd-admin-ui/master/live_updating.gif)

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

[](#configuration)

In order to overwrite the default configuration we first need to publish the package's config file.

```
php artisan vendor:publish --provider="Dionera\BeanstalkdUI\BeanstalkdUIServiceProvider" --tag="config"

```

This will place a `beanstalkdui.php` in your application's `config` folder. Inside you will find the following settings:

ValueDefaultDescription`host``'127.0.0.1'`The Beanstalkd host.`port``11300`The Port Beanstalkd is running on.`middleware``['web', 'auth']`An array of middlewares which get applied to all the package's routes. If no middleware should be applied simply remove `auth` from the array.`prefix`''Route prefix that should be applied the Admin UI routes.`failed_jobs``true`Defines if you want to be able to also manage your failed jobs through the UI. If set to `true` an additional table containing all failed jobs for the current tube will be displayed.`failed_jobs_table``failed_jobs`The name of the table containing your failed jobs.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 95.9% 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 ~46 days

Recently: every ~130 days

Total

13

Last Release

3011d ago

Major Versions

0.3.4 → 1.0.02017-08-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/6245a066c7605cb46105317c2ad52dc201e41090288e29646969989d2eb7319f?d=identicon)[cherbert](/maintainers/cherbert)

---

Top Contributors

[![ksassnowski](https://avatars.githubusercontent.com/u/5139098?v=4)](https://github.com/ksassnowski "ksassnowski (187 commits)")[![SvaRgoS](https://avatars.githubusercontent.com/u/1429806?v=4)](https://github.com/SvaRgoS "SvaRgoS (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![neoteknic](https://avatars.githubusercontent.com/u/1809652?v=4)](https://github.com/neoteknic "neoteknic (1 commits)")

### Embed Badge

![Health badge](/badges/cherbert-laravel-beanstalkd-ui/health.svg)

```
[![Health](https://phpackages.com/badges/cherbert-laravel-beanstalkd-ui/health.svg)](https://phpackages.com/packages/cherbert-laravel-beanstalkd-ui)
```

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[conedevelopment/root

Root is an admin package for Laravel applications.

3713.1k2](/packages/conedevelopment-root)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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