Libraries tagged by concurrency
revolt/event-loop
60153365 Downloads
Rock-solid event loop for concurrent PHP applications.
amphp/amp
139991823 Downloads
A non-blocking concurrency framework for PHP applications.
swoole/swoole
17989 Downloads
Swoole is an event-driven, asynchronous, coroutine-based concurrency library with high performance for PHP.
clue/mq-react
854517 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
3873 Downloads
A succinct parallel concurrency API for PHP 8
cheprasov/php-redis-lock
460023 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
1057426 Downloads
HTTP/1.1 CONNECT tunnel connector built on the Amp concurrency framework
zaber-dev/laravel-cooldown
1956 Downloads
Application-level action cooldown management for Laravel with cache and database storage, Eloquent integration, middleware, and a fluent API.
php-standard-library/channel
153396 Downloads
Message-passing channels for async communication, inspired by Go and Rust
php-standard-library/async
153472 Downloads
Fiber-based structured concurrency using cooperative multitasking
clue/reactphp-flux
129933 Downloads
Flux, the lightweight stream processor to concurrently do many (but not too many) things at once, built on top of ReactPHP.
rdlowrey/alert
3106 Downloads
A non-blocking concurrency framework for PHP applications.
jerome/matrix
12356 Downloads
Event-driven asynchronous helpers and concurrency control for ReactPHP.
amphp/artax
899463 Downloads
Asynchronous parallel HTTP/1.1 client built on the Amp concurrency framework
testo/fiber
6248 Downloads
Fiber/coroutine execution plugin for the Testo testing framework: run tests as cooperatively-scheduled plain fibers.