Libraries tagged by concurrency
amphp/amp
81114672 Downloads
A non-blocking concurrency framework for PHP applications.
revolt/event-loop
12012668 Downloads
Rock-solid event loop for concurrent PHP applications.
clue/mq-react
393647 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
rdlowrey/alert
2877 Downloads
A non-blocking concurrency framework for PHP applications.
swoole/swoole
655 Downloads
Swoole is an event-driven, asynchronous, coroutine-based concurrency library with high performance for PHP.
cheprasov/php-redis-lock
356994 Downloads
RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
clue/reactphp-flux
85305 Downloads
Flux, the lightweight stream processor to concurrently do many (but not too many) things at once, built on top of ReactPHP.
amphp/http-tunnel
612977 Downloads
HTTP/1.1 CONNECT tunnel connector built on the Amp concurrency framework
amphp/artax
813680 Downloads
Asynchronous parallel HTTP/1.1 client built on the Amp concurrency framework
leocavalcante/swoole-futures
1178 Downloads
Futures + async/await for PHP's Swoole concurrency run-time.
jerome/matrix
2103 Downloads
An unparalleled PHP asynchronous experience, offering genuine concurrency and fiber-based task management.
icicleio/concurrent
34980 Downloads
Concurrency component for Icicle.
cheprasov/php-memcached-lock
212945 Downloads
MemcachedLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
myparcelcom/concurrency-safe-migrations
40308 Downloads
Provides an artisan command that runs migrations but prevents execution at the same time
n-hor/pcntl-parallel
41 Downloads
Execute PHP code in parallel with single or persistent task worker.