Libraries tagged by worker manager
iamfarhad/laravel-rabbitmq
20506 Downloads
Native ext-amqp RabbitMQ queue driver for Laravel production workloads with connection pooling, publisher confirms, Horizon support, Octane support, quorum queues, and high-performance workers
tomatom/jobqueuebundle
11531 Downloads
JMSJobQueueBundle alternative for Symfony 6+ with browser interface
fresque/fresque
108612 Downloads
A command line tool to manage your php-resque workers
freelancehunt/fresque
131603 Downloads
A command line tool to manage your php-resque workers
smwks/laravel-zenith
215 Downloads
Laravel Horizon for database-backed queues — real-time dashboard and worker management for the database queue driver.
yidas/worker-dispatcher
905 Downloads
PHP multi-processing task dispatcher with managing workers
edipoelwes/laravel-rabbitmq-worker
4695 Downloads
This project is a Laravel package that facilitates the execution of RabbitMQ worker processes. It simplifies the configuration, management, and monitoring of worker processes, allowing you to easily integrate RabbitMQ into your Laravel application to handle asynchronous tasks efficiently and scalably.
ojbaeza/station
46 Downloads
A comprehensive Laravel queue management package with multi-driver support (RabbitMQ, Redis, SQS, Beanstalkd, Kafka), job recovery, and real-time dashboard
dinoqqq/crystal
10189 Downloads
Queue worker to easily manage recurring tasks
agrodata/worker-management
6426 Downloads
Worker management.
indigophp/queue
102 Downloads
Manage work queues with PHP
williamxsp/code-igniter-queue-worker
6 Downloads
Queue and Worker system for CI3. Based on yidas/codeigniter-queue-worker, it uses Symfony Process to handle the job.
mirays/codeigniter-queue-worker
11 Downloads
CodeIgniter 3 Queue Worker Management Controller
inbo/codeigniter-queue-worker
42 Downloads
CodeIgniter 3 Queue Worker Management Controller
white-rabbit-1-sketch/php-worker-pool
6 Downloads
A lightweight PHP library to manage a pool of workers for parallel task execution. This library allows you to easily manage worker threads, process tasks concurrently, and optimize your application’s performance by executing multiple tasks in parallel. Ideal for background jobs, batch processing.