Libraries tagged by distributed lock
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.
happysir/distributed-lock
124 Downloads
A distributed lock based on PHP and redis(swoft)
bensedev/laravel-inflight-query-lock
3 Downloads
Deduplicate concurrent identical queries using distributed locks and async execution
ballyhoo-technic/laravel-redlock
2204 Downloads
Redis distributed locks for laravel
icecave/chastity
13333 Downloads
Distributed advisory locking for PHP.
linkerlin/redi.php
1 Downloads
A pure PHP distributed data structures library, equivalent to Redisson implementation for PHP. Fully compatible with Redisson data structures.
ginnerpeace/redlock-php
18023 Downloads
Redis distributed locks in PHP
libichai/laravel-redlock
756 Downloads
Redis distributed locks for laravel
zaber-dev/laravel-lock
1 Downloads
Application-level distributed locking for Laravel with Eloquent integration, middleware, automatic owner detection, and cache/database storage.
v10086/redis-lock
52 Downloads
Redis分布式锁(Distributed locks)
txjlrk/lock
4 Downloads
high performance, distributed lock
ovarun/idempotency-request-locker
0 Downloads
Idempotency middleware for Laravel to prevent duplicate API actions using request signatures and distributed locks. Ensures safe retries for payments, webhooks, and critical actions.
mvonline/locker
2 Downloads
A comprehensive, cache-driver-agnostic distributed locking framework for Laravel
mehr-it/lara-mysql-locks
2675 Downloads
Distributed locks for laravel using MySQL >= 5.7.5 database
libratechie/think-distributed-lock
3 Downloads
一个专为 ThinkPHP 框架设计的轻量级分布式锁组件,帮助开发者轻松实现高并发场景下的资源互斥访问