Libraries tagged by parable
hds-solutions/parallel-sdk
2119 Downloads
SDK to implement parallel php extension
geopal-solutions/gnu-parallel-wrapper
2960 Downloads
A wrapper library for the GNU Parallel binary
cheprasov/php-parallel
12431 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
3899 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
symplely/coroutine
1578 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
stekycz/critical-section
36554 Downloads
Lightweight class supporting critical section locking
sinacms/multihttp
399 Downloads
a tool for multi-curl written in php
rikanishu/php-multi-process
7236 Downloads
PHP library for parallel shell commands execution
php-slang/php-slang
27238 Downloads
PHPSlang is a library that allow you to write a purely functional code in PHP
peehaa/async-chatter-bot
944 Downloads
Asynchronous chatter bot client built on the Amp concurrency framework
meabed/asynchronous-soap
10984 Downloads
Multi curl SoapClient that allow to perform multiple requests to SoapServer
freerkminnema/synchronized
1898 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.
co-stack/process-manager
3240 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
alchemy/task-manager
87640 Downloads
A manager for running parallel PHP processes command line.