jelix/resque-module

module for Jelix, providing a Resque worker based on PHP-Resque.

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:jelix-module

pkg:composer/jelix/resque-module

0.1.0 2022-10-10 19:42 UTC

This package is auto-updated.

Last update: 2025-10-11 02:06:57 UTC


README

JelixResque is a module for Jelix, providing a worker to do async tasks, using php-resque.

This module is for Jelix 1.7.x and higher.

Installation

Install it by hands like any other Jelix modules, or use Composer if you installed Jelix 1.7+ with Composer.

In your project:

composer require "jelix/resque-module"

Launch the configurator for your application to enable the module

php yourapp/dev.php module:configure resque

And then launch the installer to activate the module

php yourapp/install/installer.php

Usage