Libraries tagged by concurrency
amphp/thread
5556 Downloads
Non-blocking thread pool task dispatch
freerkminnema/synchronized
1716 Downloads
A Laravel package that provides a `synchronized` function that uses atomic locks to prevent a critical section of code from running in parallel across multiple requests.
eftec/documentstoreone
4433 Downloads
A flat document store for PHP that allows multiples concurrencies.
daverandom/async-bitly-client
973 Downloads
Asynchronous bitly API client built on the amp concurrency framework
jenky/concurrency
64 Downloads
A simple and efficient solution for concurrently sending HTTP requests using PSR-18 client implementations.
ajgl/session-concurrency-bundle
64 Downloads
Symfony bundle to control session concurrency
peridot-php/peridot-concurrency
37653 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
5 Downloads
Connection pooling for illuminate/database
vectorial1024/laravel-process-async
3 Downloads
Utilize Laravel Process to run PHP code asynchronously, as if using Laravel Concurrency.
trowski/react-fiber
25 Downloads
ReactPHP + ext-fiber
phpgt/promise
1594 Downloads
Pleasantly work with asynchronous code.
phpgt/async
1397 Downloads
Promise-based non-blocking operations.
n-hor/pcntl-parallel
100 Downloads
Execute PHP code in parallel with single or persistent task worker.
logicalsteps/async
1047 Downloads
async await implementation using generator function in php