Libraries tagged by parallel processing
amphp/parallel
27347969 Downloads
Parallel processing component for Amp.
amphp/parallel-functions
8739522 Downloads
Parallel processing made simple.
qxsch/worker-pool
303731 Downloads
Runs tasks in a parallel processing workerpool.
polonskiy/phproutine
103779 Downloads
Goroutines in PHP
jagandecapri/symfony-parallel-process
91800 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
kissifrot/symfony-parallel-process
61677 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
wwwision/batch-processing
3838 Downloads
Execute Flow CLI commands in parallel for batch processing
rapttor/threads
3529 Downloads
Threads is a powerful and user-friendly PHP library designed to simplify parallel processing in PHP applications
emonkak/underbar.php
11509 Downloads
A collection processing library for PHP, like Underscore.js
mitsuru793/symfony-parallel-process
61168 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
kmuenkel/parallel-collection
3336 Downloads
A Laravel wrapper for amphp/amp offering a Collection Macro that performs parallel processing
co-stack/process-manager
2381 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.