Libraries tagged by model lock
xint0/laravel-optimistic-locking
114401 Downloads
Adds optimistic locking feature to eloquent models.
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.
tommyknocker/pdo-database-class
6285 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
hatchyu/laravel-sequence
13419 Downloads
Concurrency-safe Laravel sequence numbers using database transactions, row-level locking, grouping, formatting, and model integration.
quarks/laravel-locking
7843 Downloads
Easily implement optimistic Eloquent model locking feature to your Laravel app.
hyperlink/laravel-model-locking
9083 Downloads
Wordpress like locking feature for Laravel-Models.
reshadman/laravel-optimistic-locking
18511 Downloads
Adds optimistic locking feature to eloquent models.
sofa/model-locking
48175 Downloads
Pseudo pessimistic model locking with broadcasted events for Laravel Eloquent ORM.
model/lock
1104 Downloads
Wrapper around symfony/lock to support timeouts in blocking locks
testmonitor/eloquent-lockable
397 Downloads
Make Eloquent models read-only after they're locked. Prevents updates and deletes based on a `locked` attribute.
sfolador/laravel-locked
210 Downloads
This package adds locking features to Eloquent Models
alex-kassel/laravel-domain-core
44 Downloads
High-cohesion Laravel platform foundation unifying Domain Context Registration, Dynamic Multi-Database Migrations, Context-Aware Eloquent Models, Standardized CLI Execution, Overlap Lock Management, Diagnostic Events, and Child Domain Package Scaffolding.
hughcube/laravel-knight
9028 Downloads
A powerful Laravel extension package providing enhanced Eloquent models, query builders, caching, optimistic locking, middleware, and PostgreSQL array support.
kwhorne/askr-laravel
334 Downloads
Laravel integration for the Askr application server: session, cache, locks, queue and broadcasting drivers plus automatic page caching (pages are tagged with the models they read) — Redis-free, with an optional durable/replicated SQL Anywhere backend.
lowerrocklabs/laravel-lockable
304 Downloads
Laravel Lockable provides traits to allow for models to be locked