Libraries tagged by background tasks
keystone/queue
24 Downloads
Create and process background tasks with any queueing service
moharram82/queue
3 Downloads
Queue is a PHP package for executing time-consuming tasks in the background.
icephp/mini-queue
0 Downloads
IcePHP/MiniQueue is a lightweight PHP library for managing job queues and processing tasks asynchronously. This library provides a simple and efficient way to handle tasks in the background, allowing your application to perform time-consuming operations without blocking the main execution flow
zimplify/scheduler
255 Downloads
Scheduler enable timed task to execute in the background
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.