Libraries tagged by mutex lock
ixarlie/mutex-bundle
27031 Downloads
A Symfony bundle for Mutex implementation for PHP
tajmahal86/console-mutex
805 Downloads
Mutex for Laravel Console Commands.
sokolnikov911/console-mutex-updated
2126 Downloads
Mutex for Laravel (including Laravel 10.x) Console Commands.
neovg/phpredis-lock
8599 Downloads
Simple mutex locking class with support for TTL using PHPRedis as backend.
tajmahal86/ninja-mutex
808 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
denismitr/mutex
8303 Downloads
PHP Mutex Library
antriver/ninja-mutex
36194 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
deminy/ninja-mutex
11861 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
fivesqrd/mutex
1309 Downloads
Shared locking library for multi server implementations
rtckit/react-redlock
7772 Downloads
Asynchronous distributed locks with Redis and ReactPHP
freerkminnema/synchronized
1606 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.
cosmic-beacon/critical-section
4178 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.
jhowbhz/console-mutex-divulgawhats
592 Downloads
Mutex for Laravel Console Commands. poweredby divulgawhats
foxtech6/mutex-locker
147 Downloads
MutexSafe will help you use mutex more effectively. Different mutex for different components are presented. In addition, you can add your own lockers and use within the library.
alex/mutexlock
2525 Downloads
MutexLock makes sure that a cron job defined in multiple identical web servers will not execute more than one task at a time. Backed by Redis.