Libraries tagged by concurrency
amphp/amp
102634030 Downloads
A non-blocking concurrency framework for PHP applications.
revolt/event-loop
25405145 Downloads
Rock-solid event loop for concurrent PHP applications.
swoole/swoole
1556 Downloads
Swoole is an event-driven, asynchronous, coroutine-based concurrency library with high performance for PHP.
clue/mq-react
479038 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
cheprasov/php-redis-lock
396643 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
102430 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
732441 Downloads
HTTP/1.1 CONNECT tunnel connector built on the Amp concurrency framework
amphp/artax
843904 Downloads
Asynchronous parallel HTTP/1.1 client built on the Amp concurrency framework
rdlowrey/alert
3000 Downloads
A non-blocking concurrency framework for PHP applications.
justbetter/laravel-unique-values
1299 Downloads
Package to generate unique values with support for concurrency utilizing cache locking
jerome/matrix
5237 Downloads
An unparalleled PHP asynchronous experience, offering genuine concurrency and fiber-based task management.
icicleio/concurrent
35471 Downloads
Concurrency component for Icicle.
cheprasov/php-memcached-lock
225091 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.
n2n/n2n-concurrency
3795 Downloads
php concurrency utils by n2n
myparcelcom/concurrency-safe-migrations
45888 Downloads
Provides an artisan command that runs migrations but prevents execution at the same time