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.
petrknap/critical-section
67 Downloads
Critical section based on `symfony/lock`
m-rubin-itmegastar-com/lock
1 Downloads
Mutex library for exclusive code execution.
lyoshenka/php-simple-lock
41 Downloads
A simple PHP advisory lock implementation. Uses flock() internally.
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.
f3ath/flock
344 Downloads
Simple locking mechanism on top of flock()
edgarpe/lock
149 Downloads
Locking library for acquiring exclusive locks.
distributed-locks/distributed-locks
11163 Downloads
dictributed locks mechanism
codeages/symfony-lock-lite
8317 Downloads
Symfony Lock Component
bigstep/lock-mysql-innodb
1 Downloads
Centralised blocking or non-blocking locks using MySQL's InnoDB transaction features.
wyrihaximus/react-mutex-test-utilities
4575 Downloads
Mutex locking test utilities for ReactPHP projects