Libraries tagged by concorrency
kage3f/rux-concorrency
17 Downloads
A lightweight, native PHP concorrency library using Fibers
revolt/event-loop
61686633 Downloads
Rock-solid event loop for concurrent PHP applications.
amphp/amp
141415358 Downloads
A non-blocking concurrency framework for PHP applications.
swoole/swoole
19122 Downloads
Swoole is an event-driven, asynchronous, coroutine-based concurrency library with high performance for PHP.
clue/mq-react
859947 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
4277 Downloads
A succinct parallel concurrency API for PHP 8
cheprasov/php-redis-lock
461370 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
1071777 Downloads
HTTP/1.1 CONNECT tunnel connector built on the Amp concurrency framework
zaber-dev/laravel-cooldown
2498 Downloads
Application-level action cooldown management for Laravel with cache and database storage, Eloquent integration, middleware, and a fluent API.
php-standard-library/channel
170653 Downloads
Message-passing channels for async communication, inspired by Go and Rust
php-standard-library/async
170729 Downloads
Fiber-based structured concurrency using cooperative multitasking
clue/reactphp-flux
130500 Downloads
Flux, the lightweight stream processor to concurrently do many (but not too many) things at once, built on top of ReactPHP.
rdlowrey/alert
3107 Downloads
A non-blocking concurrency framework for PHP applications.
justbetter/laravel-unique-values
6923 Downloads
Package to generate unique values with support for concurrency utilizing cache locking
jerome/matrix
12597 Downloads
Event-driven asynchronous helpers and concurrency control for ReactPHP.