Libraries tagged by locks
joshdifabio/resource-pool
21190 Downloads
Regulate the concurrency level of your async components
ixarlie/mutex-bundle
31059 Downloads
A Symfony bundle for Mutex implementation for PHP
freerkminnema/synchronized
4510 Downloads
A Laravel package that provides a `synchronized` function that uses atomic locks to prevent a critical section of code from running in parallel across multiple requests.
fostam/filelock
29916 Downloads
Simple file based locking with lock timeout and exceptions
avtonom/semaphore-bundle
2894 Downloads
A generic locking Symfony bundle for PHP, that uses named locks for semaphore acquire and release, to guarantee atomicity
madebyclowd/laravel-auto-sequence
131 Downloads
Automatically generate sequential invoice/order numbers (like INV-2026-0001) for Laravel Eloquent models. Safe from duplicates even under heavy concurrent traffic.
laravel-enso/versions
10660 Downloads
Prevents update conflicts using the optimistic lock pattern in Laravel
laravel-enso/versioning
16950 Downloads
Prevents update conflicts using the optimistic lock pattern in Laravel
simplemage/module-category-product-indexer
43 Downloads
High-performance rewrite of Magento 2's catalog_category_product indexer using the snapshot pattern. Solves the classic 'Could not acquire lock' hang on large catalogs (500k+ products). 2.6x-7.7x faster measured on real production databases.
ronnylt/redlock-php
43881 Downloads
Redis distributed locks in PHP
moxio/captainhook-yarn-deduplicate
26913 Downloads
Captain Hook Plugin to check for unnecessary duplication in yarn.lock using yarn-deduplicate
milpa/plugin
787 Downloads
The plugin system of the Milpa PHP framework: the PluginsManager runtime that boots and orders plugins, the registry port with its file and in-memory adapters, PluginBase, the installer over GitHub-native distribution (source parsing, semver-constrained release resolution, zipball download), milpa.json manifest reading/validation, dependency resolution, milpa.lock management, and the plugin migration runner.
lorenzo/row-locker
11722 Downloads
Plugin to lock database rows using the CakePHP ORM
cognizo/redis-mutex
57820 Downloads
A simple Redis-backed mutex lock.
chargeover/redlock-php
74468 Downloads
Redis distributed locks in PHP