exploitfate/engine

Create visitor and add to Engine Delivery queue

Installs: 481

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

1.3.6 2023-11-22 14:41 UTC

This package is auto-updated.

Last update: 2025-02-22 17:12:29 UTC


README

Don't forget install RabbitMQ

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

Usage example

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