Libraries tagged by parable
cheprasov/php-parallel
12686 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
brlabrussia/parallel-stub
7934 Downloads
Provide parallel PHP extension stub
wyrihaximus/react-parallel
1586 Downloads
Bridging ext-parallel and ReactPHP
akbansa/parallel-processor
13597 Downloads
Parallel Processor will help you do run commands for parallel execution
zhgzhg/gphpthread
4577 Downloads
Generic PHP Threads library using only pure PHP
smetdenis/symfony-process-manager
19615 Downloads
A process manager for Symfony processes, able to run them in parallel.
peehaa/async-twitter
2108 Downloads
Asynchronous parallel Twitter client built on the Amp concurrency framework
parallite/parallite-php
729 Downloads
Execute PHP closures in true parallel using pcntl_fork — zero dependencies
paralleldots/apis
18989 Downloads
Rest Api Wrapper for PHP.
meabed/asynchronous-soap
11776 Downloads
Parallel, multi-curl PHP SoapClient that performs many SOAP requests concurrently
kraken-php/framework
339 Downloads
The first and only multi-processed, multi-threaded, fault-tolerant framework for PHP.
freerkminnema/synchronized
4732 Downloads
A Laravel package that provides a `synchronized` function that uses atomic locks to prevent a critical section of code from running in parallel across multiple requests.
fghazaleh/multi-thread-manager
2941 Downloads
Multi-thread manager using Symfony process component
dypa/phpmulticurl
31937 Downloads
Ultra fast non-blocking OOP wrapper for curl_multi_* functions.
detain/sshpool
2793 Downloads
SSH command queue and connection pool runs tons of commands on a ssh host concurrently with completion callback.