Libraries tagged by LockLink
digicomp/flowsessionlock
3885 Downloads
Session locking for Neos Flow - it secures the session becoming corrupted by concurrent access to the same session by different requests
dejodev/laravel-sequence-number-generator
364 Downloads
Generate complex sequencenumbers using DB locking to ensure each number is unique
bileto/critical-section
23569 Downloads
Lightweight class supporting critical section locking
androsamp/filament-resource-lock
113 Downloads
Resource locking for Filament edit pages via Livewire heartbeat or broadcast.
aaronfrancis/reservable
127 Downloads
Eloquent model reservation/locking through Laravel's cache lock system
taxkeller/laravel-optimistic-locking
2110 Downloads
Adds optimistic locking feature to eloquent models.
prestashop/blocklink
8392 Downloads
PrestaShop module blocklink
marcin-orlowski/php-lockpick
529 Downloads
Helps accessing protected/private members/consts of foreign objects.
tajmahal86/ninja-mutex
1323 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
ldkafka/yii2-scheduler
383 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
4417 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
355 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.