PHPackages                             varspool/disque-admin-provider - 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. varspool/disque-admin-provider

ActiveLibrary

varspool/disque-admin-provider
==============================

Web-based Disque administration and monitoring tool, using Silex

v0.0.2(9y ago)39.1k2[1 PRs](https://github.com/varspool/DisqueAdminProvider/pulls)MITPHP

Since Mar 9Pushed 1y agoCompare

[ Source](https://github.com/varspool/DisqueAdminProvider)[ Packagist](https://packagist.org/packages/varspool/disque-admin-provider)[ RSS](/packages/varspool-disque-admin-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (5)Used By (0)

DisqueAdminProvider
===================

[](#disqueadminprovider)

A web-based management/monitoring GUI for [Disque](https://github.com/antirez/disque)

Dependencies
------------

[](#dependencies)

- Silex 2
- [Twig](TwigServiceProvider) support, with the twig bridge
- [Service Controller](http://silex.sensiolabs.org/doc/2.0/providers/service_controller.html) support
- [HTTP Fragment](http://silex.sensiolabs.org/doc/2.0/providers/http_fragment.html) support

Getting Started
---------------

[](#getting-started)

### Install and register the provider

[](#install-and-register-the-provider)

1. `composer require varspool/disque-admin-provider`
2. Register the provider on your `$app`. The routes will be mounted for you at a configurable prefix: ```
    $app->register(new \Varspool\DisqueAdmin\DisqueAdminProvider(), [
        // A prefix at which the admin routes will be mounted
        'disque_admin.mount_prefix' => '/_disque',
    ]);
    ```
3. Link (or serve, using your webserver configuration) the `resources/public` directory at the same prefix (using `try_files` for example, so we still fall back to PHP for missing paths). e.g. ```
    cd web && ln -s ../vendor/varspool/disque-admin-provider/resources/public _disque
    ```

### Configure connection

[](#configure-connection)

#### Configure single connection

[](#configure-single-connection)

You can use the following simple properties to configure a single connection:

- `disque_admin.host`: string, default '127.0.0.1'
- `disque_admin.port`: int, default 7711
- `disque_admin.password`: ?string, default null

#### Configure multiple connections

[](#configure-multiple-connections)

You can optionally configured multiple connections. Extend the `disque_admin.credentials` service and replace it with an array of `Disque\Connection\Credentials` instances.

```
$app->extend('disque_admin.credentials', function (Application $app) {
   return [
       new Credentials(
           '127.0.0.1,
           7711,
           $app['disque_admin.password'],
           $app['disque_admin.connect_timeout'],
           $app['disque_admin.timeout']
       ),
       new Credentials(
           '10.1.1.1',
           7712,
           $app['disque_admin.password'],
           $app['disque_admin.connect_timeout'],
           $app['disque_admin.timeout']
       ),
   ];
});
```

Screenshots
-----------

[](#screenshots)

- [![Queue view](docs/screenshots/queue-show.png)](docs/screenshots/queue-show.png)
- [![Job view](docs/screenshots/job-show.png)](docs/screenshots/job-show.png)

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Total

2

Last Release

3337d ago

### Community

Maintainers

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

---

Top Contributors

[![dominics](https://avatars.githubusercontent.com/u/97427?v=4)](https://github.com/dominics "dominics (47 commits)")[![davidsickmiller](https://avatars.githubusercontent.com/u/172005?v=4)](https://github.com/davidsickmiller "davidsickmiller (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

disquedisque-admindisque-websilex

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/varspool-disque-admin-provider/health.svg)

```
[![Health](https://phpackages.com/badges/varspool-disque-admin-provider/health.svg)](https://phpackages.com/packages/varspool-disque-admin-provider)
```

###  Alternatives

[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M190](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M151](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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