PHPackages                             andaris/resque-webui-bundle - 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. andaris/resque-webui-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

andaris/resque-webui-bundle
===========================

Web interface for php-resque

1.1.0(5y ago)5159[2 issues](https://github.com/xelan/resque-webui-bundle/issues)BSD-3-ClauseCSSPHP &gt;=5.6.0CI failing

Since Jan 30Pushed 5y ago5 watchersCompare

[ Source](https://github.com/xelan/resque-webui-bundle)[ Packagist](https://packagist.org/packages/andaris/resque-webui-bundle)[ RSS](/packages/andaris-resque-webui-bundle/feed)WikiDiscussions master Synced today

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

PHP-Resque Web UI
=================

[](#php-resque-web-ui)

[![PHP-Resque UI Logo](Resources/public/images/logo_large.png)](Resources/public/images/logo_large.png)

This Symfony bundle provides a web interface for [mjphaynes/php-resque](https://github.com/mjphaynes/php-resque).

Core features of the web interface are:

- Overview of running workers (similar to bin/resque workers)
- Overview of all queues (similar to bin/resque queues)
- Overview of all jobs
- View job details, JSON formatting and easy copy/paste of payload
- Easy installation as Symfony bundle, integration (routing, security, ...)
- Easy style customization/branding via Bootstrap3 themes and Symfony bundle overrides

Requirements
------------

[](#requirements)

The PHP-Resque Web UI is designed to run as part of an existing Symfony application. To use it without an existing app, you can [install the Symfony framework](http://symfony.com/doc/current/setup.html) and then install the bundle.

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

[](#installation)

Install the bundle using composer:

```
composer require andaris/resque-webui-bundle
```

Register the bundle in your application kernel:

```
