Libraries tagged by flock
symfony/lock
105473179 Downloads
Creates and manages locks, a mechanism to provide exclusive access to a shared resource
malkusch/lock
8351789 Downloads
Mutex library for exclusive code execution.
arvenil/ninja-mutex
3211296 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
fab2s/filelock
267830 Downloads
A fluent Helper to properly handle file locking with flock
yriveiro/php-fslock
100213 Downloads
A simple lock implementation using flock.
ixarlie/mutex-bundle
27019 Downloads
A Symfony bundle for Mutex implementation for PHP
fostam/filelock
22447 Downloads
Simple file based locking with lock timeout and exceptions
vrajroham/laravel-flock-notification
7635 Downloads
Laravel Flock Notification Channel
tajmahal86/ninja-mutex
805 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
36186 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
deminy/ninja-mutex
11858 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
socloz/ninja-mutex
30182 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
polderknowledge/php-peek-lock
229 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.