jelix/resque-module
最新稳定版本:0.1.0
Composer 安装命令:
composer require jelix/resque-module
包简介
module for Jelix, providing a Resque worker based on PHP-Resque.
README 文档
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
- Implementing jobs which will execute asynchronous tasks.
- configuring and launching workers which will launch jobs
- launching and managing jobs from the client code.
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-22