exploitfate/engine

创建访客并添加到引擎交付队列

安装: 439

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:项目

1.3.6 2023-11-22 14:41 UTC

This package is auto-updated.

Last update: 2024-09-22 16:23:54 UTC


README

不要忘记安装 RabbitMQ

sudo apt-get install -y rabbitmq-server php-bcmath php-mbstring

用法示例

$engine = new Engine(new EngineQueue($queueConnectionConfig), $request, $engineParams);
$engine
    ->setIsShowReferral(true)
    ->notify();