Libraries tagged by background processing
mcfedr/php-resque
20859 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
laraxot/module_job_fila3
0 Downloads
job module enables efficient background task execution. It lets you offload resource-heavy processes, like sending emails or data processing, improving app performance. Through simple job definition and dispatching, you can enhance user experience while tasks run seamlessly in the background.
kislayphp/queue
8 Downloads
Native PHP distributed job queue with a standalone queue server, producer client, worker runtime, retries, and DLQ support
devtransition/yii2-jobbers
5 Downloads
Yii 2 module for asynchronous job processing (Queue-Manager)
ailabtools/ailabtools
1 Downloads
Official PHP SDK for AILabTools AI image APIs, including background removal, image upscaling, portrait editing, and more.
onlyphp/codeigniter3-csvimporter
27 Downloads
A robust CSV importer library for CodeIgniter 3 with background processing support, progress tracking, and detailed statistics. Perfect for handling large CSV files without timeouts or memory issues.
nishadil/socialpostman
0 Downloads
SocialPostman is a PHP library to publish posts to social media platforms. (Facebook, Instagram, LinkedIn, Twitter/X) with background processing and retry support.
mercator/wn-queuedresize-plugin
10 Downloads
Queued image and PDF resizing plugin for Winter CMS, providing a drop-in replacement for the resize filter with background processing and modern formats.
michel/pqueue-bundle
0 Downloads
PQueueBundle is a Symfony bundle that integrates Pqueue, a minimalist PHP library for processing background messages using a single persistent CLI.
michel/pqueue
2 Downloads
PQueue is a minimalist PHP library for processing background messages using a single persistent CLI (managed via systemd) or periodic execution (via cron), covering 90% of use cases without external dependencies or complex worker management.
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.
scones/resque
90 Downloads
resque (for php) is a Redis-backed library for creating background jobs, placing them on multiple queues, and processing them later. compatible to the original http://resque.github.io/
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