Libraries tagged by concurrently
spatie/fork
1092230 Downloads
A lightweight solution for running code concurrently in PHP
clue/buzz-react
2386061 Downloads
Simple, async PSR-7 HTTP client for concurrently processing any number of HTTP requests, built on top of ReactPHP
clue/mq-react
437711 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
66325 Downloads
A high performance solution for making multiple HTTP requests concurrently, asynchronously from your PHP projects using cURL
clue/reactphp-flux
96413 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
217 Downloads
A PHP version of concurrently built atop ReactPHP and RxPHP.
jenky/concurrency
63 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.
duplexmedia/parallel-pagespeed
24 Downloads
A library for concurrently interacting with the Google PageSpeed API.
crazedsanity/lockfile
203 Downloads
Create a *.lock file, such as to lock down upgrades from running concurrently.
bettergist/concurrency-helper
8 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
3 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.