Libraries tagged by parallel processing
gerkirill/parallel-processing
4613 Downloads
Php library for easy object-oriented parallel processing
spiritinlife/php-mapreduce
18 Downloads
A high-performance, framework-agnostic MapReduce implementation for PHP using Spatie Async
jackdpeterson/immutable-state-status-tracker
23866 Downloads
ZF2 module for status tracking when working parallel job processing
laravel-parallel/laravel-parallel
3 Downloads
Simple parallel processing for Laravel - Powered by AMPHP with automatic CPU detection.
spencer-mortensen/parallel-processor
107 Downloads
Run many pieces of code at once, and act on the results as they arrive
libcast/worker-pool
6596 Downloads
Runs tasks in a parallel processing workerpool.
highperapp/validator
0 Downloads
High-performance data validation with Rust FFI acceleration, AMPHP parallel processing, and pure PHP fallback
happyslucker/a-async
2 Downloads
High-performance parallel processing & async library for PHP.
ejunker/worker-pool
7 Downloads
Runs tasks in a parallel processing workerpool.
andrewhook/rallyround
8 Downloads
Background processing for PHP applications.
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.
lukezbihlyj/silex-hive
14319 Downloads
Module that enables parallel processing to be used with the silex-plus package.
i07/php-simple-threads
12 Downloads
A very simplistic approach on parallel processing with PHP
pilotftzi/net-gearman
29 Downloads
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. This package provides an interface for PHP to communicate with the Gearman server.