Libraries tagged by pessimistic-lock
madebyclowd/laravel-auto-sequence
733 Downloads
Automatically generate sequential invoice/order numbers (like INV-2026-0001) for Laravel Eloquent models. Safe from duplicates even under heavy concurrent traffic.
yii-dream-team/yii2-lockable-activerecord
90545 Downloads
Pessimistic locking behavior for Yii2 ActiveRecord
sofa/model-locking
48175 Downloads
Pseudo pessimistic model locking with broadcasted events for Laravel Eloquent ORM.
laravel-enso/versions
10743 Downloads
Prevents update conflicts using the optimistic lock pattern in Laravel
ar414/redis-lock
56 Downloads
Redis Pessimistic Lock uses redis keys: setnx, get, getset, del
besnovatyj/yii2-cms-pessimistic-lock-behavior
9 Downloads
Поведение пессимистичной блокировки строки ActiveRecord через SELECT ... FOR UPDATE для Yii2 CMS
laravel-liberu/versions
6 Downloads
Prevents update conflicts using the pessimistic lock pattern in Laravel
cgdsoftware/versions
6 Downloads
Prevents update conflicts using the pessimistic lock pattern in Laravel
kevjo/laravel-collab
0 Downloads
Real-time collaborative editing for Laravel with intelligent locking and conflict resolution.
jeromejhipolito/laravel-eloquent-atomic
8 Downloads
Atomic upsert operations with soft-delete awareness and pessimistic locking for Laravel Eloquent models.