Libraries tagged by locking
pteich/simplelock
13 Downloads
A simple locking/semaphore library for PHP 5.3+ with different adapters. Prevents flooding and multiple execution of code parts.
pimbay/sequence-number-sql
6 Downloads
Centralized SQL snippets for atomic number sequence operations (UPSERT, pessimistic locking) and table schema definitions across MySQL, MariaDB, PostgreSQL, MSSQL, SQLite, Oracle and IBM DB2.
petrknap/critical-section
69 Downloads
Critical section based on `symfony/lock`
mohamedhekal/lockguard
0 Downloads
Safe distributed locking helpers for Laravel with owner tokens and job middleware
melia/object-storage
32 Downloads
Lightweight PHP file-based object store with UUID persistence, lazy-loading references, in-memory cache, file locking, safe mode, and a simple viewer UI.
m-rubin-itmegastar-com/lock
2 Downloads
Mutex library for exclusive code execution.
lyoshenka/php-simple-lock
42 Downloads
A simple PHP advisory lock implementation. Uses flock() internally.
kevjo/laravel-collab
0 Downloads
Real-time collaborative editing for Laravel with intelligent locking and conflict resolution.
in2code/deploymentlocker
28 Downloads
Simple script to prohibit parallel execution of the same TYPO3.Surf deployment
hollyit/laravel-lock
1741 Downloads
A Laravel wrapper for the Symfony Lock component to provide semaphore style locks on long running processes.
higidi/typo3-lock
6172 Downloads
Features TYPO3 with an advanced locking.
higidi/ninja-mutex
7598 Downloads
Simple to use mutex implementation that can use directory, flock, memcache, memcached, mysql or redis (predis) for locking
heimrichhannot/contao-entity_lock
40 Downloads
A generic helper module to store locks for arbitrary entities in Contao.
elfaruklabs/generic-cache
1 Downloads
A lightweight file-based caching library for PHP with TTL, atomic writes, and file locking.
edgarpe/lock
149 Downloads
Locking library for acquiring exclusive locks.