Libraries tagged by concurrently
spatie/fork
1364908 Downloads
A lightweight solution for running code concurrently in PHP
clue/buzz-react
2427944 Downloads
Simple, async PSR-7 HTTP client for concurrently processing any number of HTTP requests, built on top of ReactPHP
clue/mq-react
467675 Downloads
Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of ReactPHP
stefangabos/zebra_curl
67587 Downloads
A high performance solution for making multiple HTTP requests concurrently, asynchronously from your PHP projects using cURL
clue/reactphp-flux
100958 Downloads
Flux, the lightweight stream processor to concurrently do many (but not too many) things at once, built on top of ReactPHP.
chemem/php-concurrently
218 Downloads
A PHP version of concurrently built atop ReactPHP and RxPHP.
jenky/concurrency
64 Downloads
A simple and efficient solution for concurrently sending HTTP requests using PSR-18 client implementations.
fansipan/peak
6 Downloads
A simple and efficient solution for concurrently sending HTTP requests using PSR-18 client implementations.
bettergist/concurrency-helper
8 Downloads
A super simple way to concurrently run many PHP instances.
white-rabbit-1-sketch/php-worker-pool
6 Downloads
A lightweight PHP library to manage a pool of workers for parallel task execution. This library allows you to easily manage worker threads, process tasks concurrently, and optimize your application’s performance by executing multiple tasks in parallel. Ideal for background jobs, batch processing.
mensbeam/fork
1 Downloads
Runs code concurrently by forking processes
happyslucker/parallel
4 Downloads
The Parallel library provides an efficient way to execute multiple tasks concurrently in PHP using child processes. This library leverages the functionality of the pcntl (Process Control) extension to achieve parallel processing, allowing developers to maximize resource utilization and improve performance, especially when dealing with time-consuming operations.
dima-bzz/fork
11 Downloads
A lightweight solution for running code concurrently in PHP
detain/sshpool
84 Downloads
SSH command queue and connection pool runs tons of commands on a ssh host concurrently with completion callback.
crodas/concurrent-file-writer
85 Downloads
Tiny library to write files concurrently with PHP