Libraries tagged by exclusive lock
symfony/lock
140448191 Downloads
Creates and manages locks, a mechanism to provide exclusive access to a shared resource
malkusch/lock
10177259 Downloads
Mutex library for exclusive code execution.
aternos/lock
6851 Downloads
Distributed exclusive and shared resource locking based on etcd
pudongping/wise-locksmith
7756 Downloads
Mutex library for exclusive code execution.
icecave/chastity
13333 Downloads
Distributed advisory locking for PHP.
sof3/rwlock
1036 Downloads
Exclusive and Read-write locks for PHP
edgarpe/lock
149 Downloads
Locking library for acquiring exclusive locks.
danil-kashin/file-lock
52 Downloads
File-based exclusive locking via flock().
team-a/lock
116 Downloads
Exclusive & Read/Write locking based on MySQL Locking Service.
m-rubin-itmegastar-com/lock
2 Downloads
Mutex library for exclusive code execution.
balpom/files
10 Downloads
Simple library for read and write files with using locks.
cheprasov/php-redis-lock
452755 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.
cheprasov/php-memcached-lock
250040 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.
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.
vaimo/composer-patches
4633722 Downloads
Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.