Registry / utility / ostark-craft-async-queue

ostark-craft-async-queue

JSON →
library4.0.0phppackagistunverified

A queue handler that moves queue execution to a non-blocking background process.

composer require ostark/craft-async-queue
INSTALL
IMPORT
SIG · OSTARK-CRAFT-ASYNC
O
ostark-craft-async-queue
utilityphpv4.0.0
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.

AsyncQueue
use ostark\AsyncQueue\AsyncQueue;

Push a job to the async queue.

<?php use ostark\AsyncQueue\AsyncQueue; $queue = new AsyncQueue(); $queue->push(new SomeJob());
Debug
Known issues
breakingRequires PHP 8.0+ and a process control extension like pcntl.
fix
Ensure your environment supports pcntl and PHP 8.0 or higher.
affects: >=4.0.0
Upgrade
Version history
4.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ostark-craft-async-queue — pip install ostark-craft-async-queue · libregistry