Libraries tagged by lockr
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
vvig/yii-mutex
17 Downloads
Yii 2 mutex backported to Yii 1.*.
vortex/geoip
19 Downloads
Vortex GeoIP restriction module enables the website owner to restrict the website for specific countries or IP addresses.
volt/modern_php_scanner
28 Downloads
Scan URLs from an array and return an array of inaccessible URLs. An example component from Josh Lockhart's book "Modern PHP" (2015)
uhi67/yii2-simplemutex
12 Downloads
Locking tasks
tugmaks/doctrine-walkers
4 Downloads
Set of doctrine walkers
tbachert/sync
16 Downloads
Synchronization primitives
tad80/optimisticlock
55 Downloads
CakePHP behavior plugin to implement optimistic locking for RDBMS.
swordev/mutex
3 Downloads
Read-write concurrency control
sunaoka/process-guard-php
14 Downloads
This library has been designed with the intention of preventing the execution of multiple instances of a script.
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.
stepovenko/console-mutex
41 Downloads
Mutex for Laravel Console Commands.
srd2010/console-mutex
3 Downloads
Mutex for Laravel Console Commands. Fork for Laravel 10.x
sacred/prevent-race-condition
2 Downloads
This package allows you to lock some part of code to prevent race condition.