Introduction
BullMQ PHP client for adding jobs to queues.
Installation
Option 1: Download Release (Recommended)
{
"repositories": [
{
"type": "path",
"url": "./bullmq-php-X.X.X"
}
],
"require": {
"taskforcesh/bullmq-php": "*"
}
}composer installOption 2: Install from GitHub (Development)
Requirements
Get started
Job Options
Adding Multiple Jobs
Queue Management
Interoperability
Connection Options
Retry and Promote Jobs
More Information
Last updated
Was this helpful?