exploitfate/engine

Create visitor and add to Engine Delivery queue

Maintainers

Package info

github.com/exploitfate/engine

Type:project

pkg:composer/exploitfate/engine

Statistics

Installs: 1 169

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.3.10 2025-08-01 08:19 UTC

This package is auto-updated.

Last update: 2026-04-29 01:26:49 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();