Libraries tagged by concurrency
mix/concurrent
15748 Downloads
Coroutine concurrency library based on Swoole
kekalainen/eloquent-concurrency
42 Downloads
Race condition workarounds for concurrent *OrCreate method calls.
jenky/concurrency
64 Downloads
A simple and efficient solution for concurrently sending HTTP requests using PSR-18 client implementations.
appserver-io/concurrency
4171 Downloads
It introduces abstract services and objects that provides easy handling for thread-safety, concurrency and sharing.
ajgl/session-concurrency-bundle
64 Downloads
Symfony bundle to control session concurrency
peridot-php/peridot-concurrency
37648 Downloads
Concurrent spec runner for the peridot bdd framework
bettergist/concurrency-helper
8 Downloads
A super simple way to concurrently run many PHP instances.
x/laravel-connection-pool
4 Downloads
Connection pooling for illuminate/database
vectorial1024/laravel-process-async
2 Downloads
Utilize Laravel Process to run PHP code asynchronously, as if using Laravel Concurrency.
trowski/react-fiber
25 Downloads
ReactPHP + ext-fiber
phpgt/promise
1571 Downloads
Pleasantly work with asynchronous code.
phpgt/async
1376 Downloads
Promise-based non-blocking operations.
n-hor/pcntl-parallel
99 Downloads
Execute PHP code in parallel with single or persistent task worker.
morris/sync
2867 Downloads
Synchronized function calls for PHP
logicalsteps/async
1046 Downloads
async await implementation using generator function in php