Download the PHP package quantaforge/queue without Composer
On this page you can find all versions of the php package quantaforge/queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download quantaforge/queue
More information about quantaforge/queue
Files in quantaforge/queue
Package queue
Short Description The QuantaForge Queue package.
License proprietary
Informations about the package queue
QuantaForge Queue
The QuantaForge Queue component provides a unified API across a variety of different queue services. Queues allow you to defer the processing of a time consuming task, such as sending an e-mail, until a later time, thus drastically speeding up the web requests to your application.
Usage Instructions
First, create a new Queue Capsule
manager instance. Similar to the "Capsule" provided for the Eloquent ORM, the queue Capsule aims to make configuring the library for usage outside of the QuantaForge framework as easy as possible.
Once the Capsule instance has been registered. You may use it like so:
For further documentation on using the queue, consult the QuantaForge framework documentation.
All versions of queue with dependencies
quantaforge/collections Version ^1.0.0
quantaforge/console Version ^1.0.0
quantaforge/container Version ^1.0.0
quantaforge/contracts Version ^1.0.0
quantaforge/database Version ^1.0.0
quantaforge/filesystem Version ^1.0.0
quantaforge/pipeline Version ^1.0.0
quantaforge/support Version ^1.0.0
quantaforge/serializable-closure Version ^1.2.2
ramsey/uuid Version ^4.7
symfony/process Version ^6.2