Libraries tagged by concurrency-control
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.
jerome/matrix
12597 Downloads
Event-driven asynchronous helpers and concurrency control for ReactPHP.
cheprasov/php-memcached-lock
252781 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.
freerkminnema/synchronized
4708 Downloads
A Laravel package that provides a `synchronized` function that uses atomic locks to prevent a critical section of code from running in parallel across multiple requests.
shamanzpua/idempotency-engine
75 Downloads
Framework-agnostic PHP idempotency engine for safe retries, concurrency control and duplicate suppression in distributed systems
expertsystemsau/laravel-conditional-requests
12 Downloads
HTTP conditional requests for Laravel — ETag, Last-Modified, 304 Not Modified, and lost-update protection with If-Match.
alkinbg/optimistic-concurrency-bundle
23 Downloads
HTTP optimistic concurrency control for Symfony and Doctrine using strong ETags, If-Match, and ORM versioning.
afaztech/neili
37 Downloads
Neili is an async-first PHP library built on Amp that streamlines creating robust Telegram bots. It provides a non-blocking HTTP client, wrappers for all Telegram Bot API methods, a long-polling Poller with concurrency control, and a flexible webhook handler. Neili is optimized for both constrained hosting environments and long-running worker processes.
tourze/symfony-aop-lock-bundle
473 Downloads
A lightweight Symfony bundle providing declarative distributed locking based on AOP (Aspect-Oriented Programming). Easily add locking logic to your methods using attributes, enabling safe concurrency control in distributed environments.
synchronized/lock
16 Downloads
concurrency control by lock
swordev/mutex
3 Downloads
Read-write concurrency control
kl/php-redis-lock
935 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.
kleijnweb/rest-e-tag-bundle
130 Downloads
Caching and Concurrency Control for REST APIs using E-Tag Headers