Registry / async / illuminate-queue

illuminate-queue

JSON →
library12.41.1phppackagistunverified

The Illuminate Queue package.

composer require illuminate/queue
INSTALL
IMPORT
SIG · ILLUMINATE-QUEUE
I
illuminate-queue
asyncphpv12.41.1
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.

QueueManager
use Illuminate\Queue\QueueManager;

Push a job onto the queue

use Illuminate\Queue\QueueManager; $manager = new QueueManager($app); $manager->push('SendEmail', ['user' => 1]);
Debug
Known issues
gotchaRequires Laravel application container; not standalone
fix
Use within a Laravel application or provide compatible container
affects: >=5.0.0
Upgrade
Version history
12.41.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
Amazon
1
OpenAI (training)
1
Resources
illuminate-queue — pip install illuminate-queue · libregistry