Download the PHP package jelix/resque-module without Composer
On this page you can find all versions of the php package jelix/resque-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jelix/resque-module
More information about jelix/resque-module
Files in jelix/resque-module
Download jelix/resque-module
More information about jelix/resque-module
Files in jelix/resque-module
Vendor jelix
Package resque-module
Short Description module for Jelix, providing a Resque worker based on PHP-Resque.
License MIT
Homepage https://jelix.org
Package resque-module
Short Description module for Jelix, providing a Resque worker based on PHP-Resque.
License MIT
Homepage https://jelix.org
Please rate this library. Is it a good library?
Informations about the package resque-module
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:
Launch the configurator for your application to enable the module
And then launch the installer to activate the module
Usage
- Implementing jobs which will execute asynchronous tasks.
- configuring and launching workers which will launch jobs
- launching and managing jobs from the client code.
All versions of resque-module with dependencies
PHP Build Version
Package Version
Requires
resque/php-resque Version
^1.3.6
The package jelix/resque-module contains the following files
Loading the files please wait ....