Libraries tagged by flock
symfony/lock
102033574 Downloads
Creates and manages locks, a mechanism to provide exclusive access to a shared resource
malkusch/lock
8158130 Downloads
Mutex library for exclusive code execution.
arvenil/ninja-mutex
3141732 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
yriveiro/php-fslock
99919 Downloads
A simple lock implementation using flock.
fab2s/filelock
263038 Downloads
A fluent Helper to properly handle file locking with flock
ixarlie/mutex-bundle
26350 Downloads
A Symfony bundle for Mutex implementation for PHP
fostam/filelock
21850 Downloads
Simple file based locking with lock timeout and exceptions
antriver/ninja-mutex
36020 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
vrajroham/laravel-flock-notification
7628 Downloads
Laravel Flock Notification Channel
tajmahal86/ninja-mutex
747 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
denismitr/mutex
8256 Downloads
PHP Mutex Library
deminy/ninja-mutex
11758 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
socloz/ninja-mutex
30173 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
polderknowledge/php-peek-lock
228 Downloads
A PHP library which acts as a wrapper around flock() to provide an interprocess lock.
foxtech6/mutexsafe
83 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.