Libraries tagged by concurrent
cheprasov/php-redis-lock
453790 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
18663 Downloads
Tool for managing fast both asynchronous and multi-threaded execution of tasks. Focused on performance and pleasant CLI interface.
php-standard-library/channel
109748 Downloads
Message-passing channels for async communication, inspired by Go and Rust
php-standard-library/async
109823 Downloads
Fiber-based structured concurrency using cooperative multitasking
amphp/http-tunnel
1017164 Downloads
HTTP/1.1 CONNECT tunnel connector built on the Amp concurrency framework
amphp/artax
893948 Downloads
Asynchronous parallel HTTP/1.1 client built on the Amp concurrency framework
n-hor/pcntl-parallel
1180 Downloads
Execute PHP code in parallel with single or persistent task worker.
rdlowrey/alert
3071 Downloads
A non-blocking concurrency framework for PHP applications.
pudongping/hyperf-wise-locksmith
7663 Downloads
A mutex library provider for the Hyperf framework, designed to enable serialized execution of PHP code in high-concurrency scenarios.
leocavalcante/swoole-futures
4067 Downloads
Futures + async/await for PHP's Swoole concurrency run-time.
justbetter/laravel-unique-values
6165 Downloads
Package to generate unique values with support for concurrency utilizing cache locking
jerome/matrix
11395 Downloads
An unparalleled PHP asynchronous experience, offering genuine concurrency and fiber-based task management.
hatchyu/laravel-sequence
6023 Downloads
Concurrency-safe Laravel sequence numbers using database transactions, row-level locking, grouping, formatting, and model integration.
cheprasov/php-memcached-lock
250412 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.
myparcelcom/concurrency-safe-migrations
53582 Downloads
Provides an artisan command that runs migrations but prevents execution at the same time