exploitfate/engine

Create visitor and add to Engine Delivery queue

Installs: 360

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: 2024-05-22 15:35:16 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();