Libraries tagged by parallax
publero/net_gearman
77749 Downloads
Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.
league/shunt
520 Downloads
PHP library for executing commands in parallel on multiple remote machines, via SSH
parallel/parallel
661 Downloads
PHP library for execute functions in parallel.
mitsuru793/symfony-parallel-process
61440 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
kmuenkel/parallel-collection
3499 Downloads
A Laravel wrapper for amphp/amp offering a Collection Macro that performs parallel processing
kelemen/parallel-nette-db-task-logger
9914 Downloads
Parallel task logger DB implementation
hds-solutions/parallel-sdk
2110 Downloads
SDK to implement parallel php extension
cheprasov/php-parallel
12428 Downloads
The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases
zhgzhg/gphpthread
3888 Downloads
Generic PHP Threads library using only pure PHP
wapmorgan/threadable
288 Downloads
Easy-to-use threading library providing all basic features to run your code in parallel mode
terremoth/php-async
17 Downloads
Write async PHP processes or process async files with no phtreads, parallel or reactive libs
symplely/coroutine
1578 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
stekycz/critical-section
36496 Downloads
Lightweight class supporting critical section locking
smoren/multicurl
61 Downloads
Multi curl wrapper for making parallel HTTP requests
sinacms/multihttp
398 Downloads
a tool for multi-curl written in php