Libraries tagged by concorrency
kage3f/rux-concorrency
17 Downloads
A lightweight, native PHP concorrency library using Fibers
revolt/event-loop
53411368 Downloads
Rock-solid event loop for concurrent PHP applications.
amphp/amp
133425928 Downloads
A non-blocking concurrency framework for PHP applications.
clue/mq-react
806715 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
swoole/swoole
12832 Downloads
Swoole is an event-driven, asynchronous, coroutine-based concurrency library with high performance for PHP.
cheprasov/php-redis-lock
450833 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.
riki137/multitron
18378 Downloads
Tool for managing fast both asynchronous and multi-threaded execution of tasks. Focused on performance and pleasant CLI interface.
clue/reactphp-flux
126105 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.
pecl/parallel
1835 Downloads
A succinct parallel concurrency API for PHP 8
leocavalcante/swoole-futures
4000 Downloads
Futures + async/await for PHP's Swoole concurrency run-time.
jerome/matrix
11105 Downloads
An unparalleled PHP asynchronous experience, offering genuine concurrency and fiber-based task management.
amphp/http-tunnel
1002600 Downloads
HTTP/1.1 CONNECT tunnel connector built on the Amp concurrency framework
amphp/artax
890782 Downloads
Asynchronous parallel HTTP/1.1 client built on the Amp concurrency framework
php-standard-library/channel
85115 Downloads
Message-passing channels for async communication, inspired by Go and Rust