jelix/resque-module

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

0.1.0 2022-10-10 19:42 UTC

This package is auto-updated.

Last update: 2024-04-10 22:56:02 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