Libraries tagged by model lock
aaronfrancis/reservable
127 Downloads
Eloquent model reservation/locking through Laravel's cache lock system
meius/laravel-transaction-orchestrator
1 Downloads
Attribute-driven transactions and row-level locks for Laravel: retries, backoff, HTTP-aware rollbacks, and FOR UPDATE/SHARE on route model binding.
th3mouk/materialized-view-bundle
847 Downloads
Symfony bundle for th3mouk/materialized-view: autoconfiguration, console commands, the locked deploy lane, async refresh and read-only ORM guards for PostgreSQL materialized views.
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.
jangaraev/eloquent-model-advisory-lock
750 Downloads
Handy approach to avoid race conditions when doing upserts in Laravel Eloquent models
laravel-enso/lockable-models
0 Downloads
Lockable models dependency for Laravel Enso
sajtiii/laravel-lockable-attributes
517 Downloads
Lock your eloquent model attributes to prevent changes on them.
taxkeller/laravel-optimistic-locking
2111 Downloads
Adds optimistic locking feature to eloquent models.
kerwin-cn/laravel-optimistic-locking
12800 Downloads
Adds optimistic locking feature to eloquent models.
jeromejhipolito/laravel-eloquent-atomic
8 Downloads
Atomic upsert operations with soft-delete awareness and pessimistic locking for Laravel Eloquent models.
linushstge/number-pool
3 Downloads
Create a shared Number Pool for each of business number ranges to use native MySQL / MariaDB ``FOR UPDATE`` atomic locks if you run on a MySQL Master/Master Replication or on galera cluster.
byrcsc/laravel-hold
1 Downloads
Temporary resource holds for Eloquent models: any model can be held, any model can hold, with capacity-aware atomic acquisition, expiring or indefinite claims, and lifecycle events.
connor-lock05/laravel-admin
36 Downloads
Adds an admin panel to a Laravel Application allowing for a UI to modify model data
vaninsky/yii2-rlock
10 Downloads
Extend models: lockable by redis & translatable
synatree/yii2-readonly-behavior
236 Downloads
This behavior class allows you to specify an attribute which, upon setting or being set, prevents the model from being changed. Think of it as a latch that locks the model once a particular value has been set and saved.