Libraries tagged by concurrently
configured/race
506 Downloads
Race for Laravel: run multiple attempts concurrently and return the first valid result.
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
12 Downloads
Runs code concurrently by forking processes
igorsgm/illuminate-concurrency
36 Downloads
Standalone extraction of Laravel's Illuminate Concurrency component. Run tasks concurrently using process, fork, or sync drivers.
dima-bzz/fork
11 Downloads
A lightweight solution for running code concurrently in PHP
crodas/concurrent-file-writer
85 Downloads
Tiny library to write files concurrently with PHP
crazedsanity/lockfile
203 Downloads
Create a *.lock file, such as to lock down upgrades from running concurrently.
amarkhai/parallel-downloader-bundle
6 Downloads
The bundle for downloading files concurrently
revolt/event-loop
64742814 Downloads
Rock-solid event loop for concurrent PHP applications.
brianium/paratest
154480759 Downloads
Parallel testing for PHP
amphp/amp
144281636 Downloads
A non-blocking concurrency framework for PHP applications.
webimpress/safe-writer
44471598 Downloads
Tool to write files safely, to avoid race conditions
amphp/parallel
57062725 Downloads
Parallel processing component for Amp.
amphp/http-client
13011895 Downloads
An advanced async HTTP client library for PHP, enabling efficient, non-blocking, and concurrent requests and responses.