Libraries tagged by mutex lock
ixarlie/mutex-bundle
30833 Downloads
A Symfony bundle for Mutex implementation for PHP
brick/lock
1441 Downloads
Advisory locks library
antriver/ninja-mutex
39616 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
rtckit/react-redlock
7942 Downloads
Asynchronous distributed locks with Redis and ReactPHP
freerkminnema/synchronized
4384 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.
neovg/phpredis-lock
9484 Downloads
Simple mutex locking class with support for TTL using PHPRedis as backend.
wyrihaximus/react-mutex-redis
4437 Downloads
Mutex locking for ReactPHP projects using Redis
socloz/ninja-mutex
30400 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
denismitr/mutex
8626 Downloads
PHP Mutex Library
codeages/symfony-lock-lite
8671 Downloads
Symfony Lock Component
deminy/ninja-mutex
13049 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
cosmic-beacon/critical-section
5332 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.
tajmahal86/console-mutex
1307 Downloads
Mutex for Laravel Console Commands.
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.
wyrihaximus/react-mutex-test-utilities
4586 Downloads
Mutex locking test utilities for ReactPHP projects