Download the PHP package lumphp/laravel-queue without Composer
On this page you can find all versions of the php package lumphp/laravel-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lumphp/laravel-queue
More information about lumphp/laravel-queue
Files in lumphp/laravel-queue
Package laravel-queue
Short Description The Illuminate Queue package.
License MIT
Homepage https://laravel.com
Informations about the package laravel-queue
Illuminate Queue
The Laravel 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 Laravel 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 Laravel framework documentation.
All versions of laravel-queue with dependencies
ext-json Version *
lumphp/laravel-collections Version ^8.0
lumphp/laravel-console Version ^8.0
lumphp/laravel-container Version ^8.0
lumphp/laravel-contracts Version ^8.0
lumphp/laravel-database Version ^8.0
lumphp/laravel-filesystem Version ^8.0
lumphp/laravel-pipeline Version ^8.0
lumphp/laravel-support Version ^8.0
opis/closure Version ^3.6
ramsey/uuid Version ^4.0
symfony/process Version ^5.1.4