Libraries tagged by parallel-processes
f3ath/forkrunner
105 Downloads
A simple framework to run code in parallel processes
aikus/fork-manager
3 Downloads
ForkManager is a library for simplifying work with running handlers in parallel processes.
mak/phing-foreach-parallel-task
13526 Downloads
phing task to run sub-tasks in a foreach-loop in separate, parallel processes
amphp/parallel
50319788 Downloads
Parallel processing component for Amp.
amphp/parallel-functions
10514752 Downloads
Parallel processing made simple.
polonskiy/phproutine
124371 Downloads
Goroutines in PHP
qxsch/worker-pool
327568 Downloads
Runs tasks in a parallel processing workerpool.
akbansa/parallel-processor
12597 Downloads
Parallel Processor will help you do run commands for parallel execution
cline/analyzer
14849 Downloads
Configurable parallel PHP code analyzer for checking class references
rapttor/threads
11331 Downloads
Threads is a powerful and user-friendly PHP library designed to simplify parallel processing in PHP applications
kmuenkel/parallel-collection
3979 Downloads
A Laravel wrapper for amphp/amp offering a Collection Macro that performs parallel processing
spencer-mortensen/parallel-processor
107 Downloads
Run many pieces of code at once, and act on the results as they arrive
naldz/parallel-processor
12 Downloads
Port of the ParallelProcessor group of classes
ppajer/webscraper
26 Downloads
A straightforward web scraper written in PHP, with support for parallel processing and HTML5.
matthewbaggett/worker-pool
36 Downloads
Runs tasks in a parallel processing workerpool. Built atop qxsch/worker-pool with improvements.