Libraries tagged by mutex lock
pudongping/hyperf-wise-locksmith
8199 Downloads
A mutex library provider for the Hyperf framework, designed to enable serialized execution of PHP code in high-concurrency scenarios.
ixarlie/mutex-bundle
31344 Downloads
A Symfony bundle for Mutex implementation for PHP
brick/lock
1782 Downloads
Advisory locks library
freerkminnema/synchronized
4757 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.
tajmahal86/console-mutex
1378 Downloads
Mutex for Laravel Console Commands.
snowio/magento2-mutexes
153968 Downloads
A Magento 2 module which encapsulates various operations in mutex locks
neovg/phpredis-lock
9737 Downloads
Simple mutex locking class with support for TTL using PHPRedis as backend.
snowio/magento2-product-save-mutex
28325 Downloads
A Magento 2 module which encapsulates various operations in mutex locks
tajmahal86/ninja-mutex
1381 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
codeages/symfony-lock-lite
8812 Downloads
Symfony Lock Component
antriver/ninja-mutex
40029 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
deminy/ninja-mutex
13239 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
cosmic-beacon/critical-section
5706 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.
naowas/console-mutex
105 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.