jelix/resque-module

Jelix 的模块,基于 PHP-Resque 提供一个 Resque 工作进程。

安装次数: 18

依赖者: 0

建议者: 0

安全性: 0

星星: 0

关注者: 3

分支: 0

公开问题: 0

类型:jelix-module

0.1.0 2022-10-10 19:42 UTC

This package is auto-updated.

Last update: 2024-09-10 23:51:54 UTC


README

JelixResque 是一个 Jelix 模块,提供使用 php-resque 进行异步任务的工作进程。

本模块适用于 Jelix 1.7.x 及更高版本。

安装

像安装其他 Jelix 模块一样手动安装,或者如果您使用 Composer 安装了 Jelix 1.7+,则可以使用 Composer 安装。

在您的项目中

composer require "jelix/resque-module"

启动您应用程序的配置器以启用该模块

php yourapp/dev.php module:configure resque

然后启动安装程序以激活该模块

php yourapp/install/installer.php

使用方法