Libraries tagged by locks
dreadlabs/app-migration-lock-ninjamutex
269 Downloads
AppMigration lock implementation.
canvashack/plugin-lock-notifications
26 Downloads
Lock specific notification settings to (to their current state)
awheel/redis-lock
19 Downloads
基于 Redis 实现的并发防穿透锁
webonaute/doctrine-datalocking-bundle
20249 Downloads
Lock a list of object of the same entity to be executed by a single processor. When the lock is aquire, the lock ID generated can be use by a processor to execute action on that locked list.
warmans/dlock
23 Downloads
Distributed locking library
vvig/yii-mutex
16 Downloads
Yii 2 mutex backported to Yii 1.*.
uhi67/yii2-simplemutex
12 Downloads
Locking tasks
tbachert/sync
13 Downloads
Synchronization primitives
swordev/mutex
2 Downloads
Read-write concurrency control
sunaoka/process-guard-php
13 Downloads
This library has been designed with the intention of preventing the execution of multiple instances of a script.
socloz/ninja-mutex
30156 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
sacred/prevent-race-condition
1 Downloads
This package allows you to lock some part of code to prevent race condition.
pteich/simplelock
13 Downloads
A simple locking/semaphore library for PHP 5.3+ with different adapters. Prevents flooding and multiple execution of code parts.
petrknap/critical-section
67 Downloads
Critical section based on `symfony/lock`
pedromazala/semaphore
68 Downloads
This library provides an api for semaphore acquire and release