Download the PHP package dotkernel/queue without Composer
On this page you can find all versions of the php package dotkernel/queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dotkernel/queue
More information about dotkernel/queue
Files in dotkernel/queue
Package queue
Short Description Dotkernel queue system
License MIT
Homepage https://github.com/dotkernel/queue
Informations about the package queue
Queue
[!IMPORTANT] Dotkernel component used to queue tasks to be processed asynchronously based on netglue/laminas-messenger
A queue system is a vital part in modern web applications that enables the decoupling of certain tasks from the regular request-response cycle.
This is especially useful for time-consuming and resource-intensive operations which are thus handled asynchronously by background workers on a separate system.
The greatest benefit is to application responsiveness, which allows faster execution, while the heavy lifting is scheduled in the queue based on available resources.
The queue system uses logs to ensure maintainability and implements retry features for reliability and stability.

Badges
Documentation
Documentation is available at: https://docs.dotkernel.org/queue-documentation
All versions of queue with dependencies
dotkernel/dot-cli Version ^3.11.1
dotkernel/dot-dependency-injection Version ^1.2
dotkernel/dot-errorhandler Version 4.2.1
laminas/laminas-component-installer Version ^3.5
laminas/laminas-config-aggregator Version ^1.18
mezzio/mezzio Version ^3.20
netglue/laminas-messenger Version ^2.3.0
symfony/redis-messenger Version ^v7.2.3