PHPackages                             dmitry-galuschkin/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. dmitry-galuschkin/laravel-beanstalkd-ui

ActiveLibrary[Admin Panels](/categories/admin)

dmitry-galuschkin/laravel-beanstalkd-ui
=======================================

An Admin UI for Beanstalkd and Laravel - Fork

01.1kPHP

Since Jun 5Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (1)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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 94.4% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c240c7f1c161bd1314657b842d9276826d88bb0bab53f4a7bbc4e664bacca5ca?d=identicon)[LASur7xaI%S$&amp;^ASI](/maintainers/LASur7xaI%S$&%5EASI)

---

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)")[![DmitryGaluschkin](https://avatars.githubusercontent.com/u/3371507?v=4)](https://github.com/DmitryGaluschkin "DmitryGaluschkin (3 commits)")[![neoteknic](https://avatars.githubusercontent.com/u/1809652?v=4)](https://github.com/neoteknic "neoteknic (1 commits)")

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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