Libraries tagged by job queue
dilneiss/laravel-unique-queue
398 Downloads
Laravel queue connection that prevents identical jobs from being queued
diversen/queue-simplex
103 Downloads
Most simple PHP solution for adding jobs to a queue (using a database table).
crowdstar/job-worker
8 Downloads
Wrapper for adding serialized self-contained Resque jobs to a queue
tochka-developers/laravel-job-visibility
7089 Downloads
Make job instance visibility in queue events
queues/queue-manager
29 Downloads
Manage queues and run jobs
christopherpeacock/laravel-job-watcher
2 Downloads
A PHP Laravel Job Watcher to auto-restart queue worker on job file changes.
bernardosecades/queue-system-bundle
26 Downloads
Queue System Bundle - Jobs and Workers
shippinno/job
2490 Downloads
A package for creating, serializing, storing, queueing, and running jobs.
quitoque/queue-bundle
7003 Downloads
Symfony2/3/4 Queue Bundle (for background jobs) supporting Mongo (Doctrine ODM), Mysql (and any Doctrine ORM), RabbitMQ, Beanstalkd, Redis, and ... {write your own}
nixphp/queue
1 Downloads
NixPHP Queue Plugin for asynchronous jobs.
nadirabbas/laravel-transaction-commit-queue
1 Downloads
A Laravel queue connector to process jobs after successful transactions commits
madbob/laravel-queue-loopback
1258 Downloads
Dummy Laravel queue driver to run jobs as detached HTTP requests.
jlorente/laravel-application-end-queue
2439 Downloads
A Laravel queue connector to process jobs at the end of the application
fire-queue/amazon-sqs-job
538 Downloads
This package is used to add all the required configuration and code to use and process your queues through amazon-sqs easily
anthonyedmonds/laravel-multi-queue
55 Downloads
Have a Laravel job worker listen to multiple queues instead of just one!