Libraries tagged by parallel-process
kmuenkel/parallel-collection
3283 Downloads
A Laravel wrapper for amphp/amp offering a Collection Macro that performs parallel processing
steevanb/php-parallel-processes
3128 Downloads
Call processes in parallel
gerkirill/parallel-processing
4612 Downloads
Php library for easy object-oriented parallel processing
programie/parallel-processes
30 Downloads
A library to handle parallel process executions using Symfony Process component
nunu-software/parallel-process
16 Downloads
Allows to run Symfony processes in parallel
idimsh/parallel-processes
10 Downloads
Run multiple Symfony CLI processes in parallel.
diversen/parallel-processes
10 Downloads
Maybe the most simple way to run parallel processes in php
adrian-dussan/parallel-process
5 Downloads
run a pool of processes simultaneously
spencer-mortensen/parallel-processor
106 Downloads
Run many pieces of code at once, and act on the results as they arrive
naldz/parallel-processor
11 Downloads
Port of the ParallelProcessor group of classes
terremoth/php-async
12 Downloads
Write async PHP processes or process async files with no phtreads, parallel or reactive libs
mak/phing-foreach-parallel-task
13520 Downloads
phing task to run sub-tasks in a foreach-loop in separate, parallel processes
happyslucker/parallel
1 Downloads
The Parallel library provides an efficient way to execute multiple tasks concurrently in PHP using child processes. This library leverages the functionality of the pcntl (Process Control) extension to achieve parallel processing, allowing developers to maximize resource utilization and improve performance, especially when dealing with time-consuming operations.
f3ath/forkrunner
104 Downloads
A simple framework to run code in parallel processes
aikus/fork-manager
1 Downloads
ForkManager is a library for simplifying work with running handlers in parallel processes.