Libraries tagged by concurrently
spatie/fork
919182 Downloads
A lightweight solution for running code concurrently in PHP
clue/buzz-react
2357822 Downloads
Simple, async PSR-7 HTTP client for concurrently processing any number of HTTP requests, built on top of ReactPHP
clue/mq-react
420214 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
65398 Downloads
A high performance solution for making multiple HTTP requests concurrently, asynchronously from your PHP projects using cURL
clue/reactphp-flux
92513 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
215 Downloads
A PHP version of concurrently built atop ReactPHP and RxPHP.
jenky/concurrency
60 Downloads
A simple and efficient solution for concurrently sending HTTP requests using PSR-18 client implementations.
fansipan/peak
4 Downloads
A simple and efficient solution for concurrently sending HTTP requests using PSR-18 client implementations.
bettergist/concurrency-helper
5 Downloads
A super simple way to concurrently run many PHP instances.
white-rabbit-1-sketch/php-worker-pool
5 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.
happyslucker/parallel
1 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.
duplexmedia/parallel-pagespeed
22 Downloads
A library for concurrently interacting with the Google PageSpeed API.
dima-bzz/fork
10 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
83 Downloads
Tiny library to write files concurrently with PHP