Registry / messaging / hyperf-async-queue

hyperf-async-queue

JSON →
library3.1.64phppackagistunverified

A async queue component for hyperf providing asynchronous job processing.

composer require hyperf/async-queue
INSTALL
IMPORT
SIG · HYPERF-ASYNC-QUEUE
H
hyperf-async-queue
messagingphpv3.1.64
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DriverFactory
use Hyperf\AsyncQueue\Driver\DriverFactory;

Push a job to the default async queue driver.

use Hyperf\AsyncQueue\Driver\DriverFactory; $factory = new DriverFactory(); $driver = $factory->get('default'); $driver->push(new MyJob());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.64latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Resources
hyperf-async-queue — pip install hyperf-async-queue · libregistry