Libraries tagged by background process
protec/php-resque-ex
2720 Downloads
Redis backed library for creating background jobs and processing them later. PHP port based on resque for Ruby.
smrtr/roddick
81 Downloads
Commands for starting and stopping a php web server in the background
pnixx/daemon
62 Downloads
Simple Daemon for PHP
ospek/ospek-cli
534 Downloads
run php file and command in background
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.
colgatto/mint
9 Downloads
Background task manager for linux, PHP Backend + Web GUI
devtransition/yii2-jobbers
5 Downloads
Yii 2 module for asynchronous job processing (Queue-Manager)
taitava/silverstripe-emailqueue
68 Downloads
A module that allows you to send emails in a background process, check previously sent emails, and monitor and cancel queued and scheduled emails. Also contains an email templating structure that makes your email related code easier to manage via custom classes and .ss template files.
roman-shumkov/baproman
227 Downloads
Background process manager
ereborcodeforge/mithrilexecutor
3 Downloads
A library to execute scripts and files in the background seamlessly, providing an simple and easy-to-use interface for managing background processes in PHP.
benzine/benzine-workers
199 Downloads
Background process workers, with multi-threading.
alanpich/daemon
22 Downloads
Lightweight wrapper for starting & stopping background processes
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.
keystone/queue
24 Downloads
Create and process background tasks with any queueing service
white-rabbit-1-sketch/php-worker-pool
5 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.