Libraries tagged by locking
webonaute/doctrine-datalocking-bundle
20250 Downloads
Lock a list of object of the same entity to be executed by a single processor. When the lock is aquire, the lock ID generated can be use by a processor to execute action on that locked list.
warmans/dlock
24 Downloads
Distributed locking library
team-a/lock
116 Downloads
Exclusive & Read/Write locking based on MySQL Locking Service.
substacks/zebra_session
13 Downloads
A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.
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
68 Downloads
Critical section based on `symfony/lock`
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.
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.