Libraries tagged by parallel processing
amphp/parallel
25144224 Downloads
Parallel processing component for Amp.
amphp/parallel-functions
8529483 Downloads
Parallel processing made simple.
qxsch/worker-pool
300913 Downloads
Runs tasks in a parallel processing workerpool.
polonskiy/phproutine
102359 Downloads
Goroutines in PHP
jagandecapri/symfony-parallel-process
91337 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
kissifrot/symfony-parallel-process
59956 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
wwwision/batch-processing
3683 Downloads
Execute Flow CLI commands in parallel for batch processing
emonkak/underbar.php
11483 Downloads
A collection processing library for PHP, like Underscore.js
mitsuru793/symfony-parallel-process
61100 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
kmuenkel/parallel-collection
3284 Downloads
A Laravel wrapper for amphp/amp offering a Collection Macro that performs parallel processing
rapttor/threads
1532 Downloads
Threads is a powerful and user-friendly PHP library designed to simplify parallel processing in PHP applications
co-stack/process-manager
2145 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
gerkirill/parallel-processing
4612 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
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.