Libraries tagged by concurrency
revolt/event-loop
53094142 Downloads
Rock-solid event loop for concurrent PHP applications.
amphp/amp
133124254 Downloads
A non-blocking concurrency framework for PHP applications.
swoole/swoole
12694 Downloads
Swoole is an event-driven, asynchronous, coroutine-based concurrency library with high performance for PHP.
clue/mq-react
803756 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
pecl/parallel
1834 Downloads
A succinct parallel concurrency API for PHP 8
cheprasov/php-redis-lock
450517 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.
amphp/http-tunnel
1000028 Downloads
HTTP/1.1 CONNECT tunnel connector built on the Amp concurrency framework
riki137/multitron
18348 Downloads
Tool for managing fast both asynchronous and multi-threaded execution of tasks. Focused on performance and pleasant CLI interface.
clue/reactphp-flux
125870 Downloads
Flux, the lightweight stream processor to concurrently do many (but not too many) things at once, built on top of ReactPHP.
rdlowrey/alert
3070 Downloads
A non-blocking concurrency framework for PHP applications.
leocavalcante/swoole-futures
3975 Downloads
Futures + async/await for PHP's Swoole concurrency run-time.
jerome/matrix
11078 Downloads
An unparalleled PHP asynchronous experience, offering genuine concurrency and fiber-based task management.
amphp/artax
890407 Downloads
Asynchronous parallel HTTP/1.1 client built on the Amp concurrency framework
php-standard-library/channel
81367 Downloads
Message-passing channels for async communication, inspired by Go and Rust
php-standard-library/async
81441 Downloads
Fiber-based structured concurrency using cooperative multitasking