Libraries tagged by locking
taxkeller/laravel-optimistic-locking
2110 Downloads
Adds optimistic locking feature to eloquent models.
zaber-dev/laravel-lock
1 Downloads
Application-level distributed locking for Laravel with Eloquent integration, middleware, automatic owner detection, and cache/database storage.
tajmahal86/ninja-mutex
1313 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
ldkafka/yii2-scheduler
381 Downloads
High-resolution cron-like job scheduler for Yii2 supporting daemon and external cron modes, queue integration, single-instance locks, and monitoring events.
havvg/lock
4416 Downloads
A component for simple resource locking.
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.
f3ath/flock
351 Downloads
Simple locking mechanism on top of flock()
cloud-castle/lock
8 Downloads
Блокировки ресурсов для PHP 8.1+: межпроцессные (flock), распределённые (PSR-16) и внутрипроцессные с токеном владельца, TTL на инъектируемых часах (PSR-20) и synchronized().
svandragt/silverstripe-optimisticlocking
7 Downloads
Prevents your site users from losing data by blocking the save process if the data has changed since it was loaded by the current user.
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.
zarganwar/safe-process-runner
4065 Downloads
PHP process runner with locking
y0lk/jobby
21 Downloads
Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.
xcode75/jobby
4113 Downloads
Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.
wyrihaximus/react-mutex-test-utilities
4586 Downloads
Mutex locking test utilities for ReactPHP projects
tourze/symfony-lock-command-bundle
3045 Downloads
A Symfony bundle that provides locking mechanism for console commands to prevent concurrent execution