Libraries tagged by parallel processing
amphp/parallel
30283078 Downloads
Parallel processing component for Amp.
amphp/parallel-functions
9120450 Downloads
Parallel processing made simple.
qxsch/worker-pool
306040 Downloads
Runs tasks in a parallel processing workerpool.
polonskiy/phproutine
108276 Downloads
Goroutines in PHP
kissifrot/symfony-parallel-process
63344 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
jagandecapri/symfony-parallel-process
92437 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
wwwision/batch-processing
4018 Downloads
Execute Flow CLI commands in parallel for batch processing
rapttor/threads
4349 Downloads
Threads is a powerful and user-friendly PHP library designed to simplify parallel processing in PHP applications
emonkak/underbar.php
11529 Downloads
A collection processing library for PHP, like Underscore.js
mitsuru793/symfony-parallel-process
61324 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
kmuenkel/parallel-collection
3412 Downloads
A Laravel wrapper for amphp/amp offering a Collection Macro that performs parallel processing
co-stack/process-manager
2656 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
gerkirill/parallel-processing
4613 Downloads
Php library for easy object-oriented parallel processing
jackdpeterson/immutable-state-status-tracker
23866 Downloads
ZF2 module for status tracking when working parallel job processing
happyslucker/parallel
4 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.