An open API service indexing awesome lists of open source software.

https://github.com/dmstr/yii2-resque-module


https://github.com/dmstr/yii2-resque-module

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

Resque job manager module for Yii 2.0 Framework
===============================================

[![Latest Stable Version](https://poser.pugx.org/dmstr/yii2-resque-module/v/stable.svg)](https://packagist.org/packages/dmstr/yii2-resque-module)
[![Total Downloads](https://poser.pugx.org/dmstr/yii2-resque-module/downloads.svg)](https://packagist.org/packages/dmstr/yii2-resque-module)
[![License](https://poser.pugx.org/dmstr/yii2-resque-module/license.svg)](https://packagist.org/packages/dmstr/yii2-resque-module)

Resque job manager module with backend UI

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

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist hrzg/yii2-resque-module "*"
```

or add

```
"hrzg/yii2-resque-module": "*"
```

to the require section of your `composer.json` file.

Setup
-----

Module configuration
```php
'resque' => [
'class' => 'hrzg\resque\Module',
'layout' => '@admin-views/layouts/main',
]
```

Upgrading
---

When upgrading von v2 to v3 run this migration: `yii migrate/up -p=@vendor/dmstr/yii2-resque-module/src/migrations/2.0-to-3.0`