Libraries tagged by mocking
splitice/php-redis-locking
208 Downloads
matthimatiker/command-locking-bundle
15 Downloads
Adds an optional locking feature to all console commands that can be used to prevent parallel execution.
getsidekicker/laravel-optimistic-locking
17 Downloads
Adds optimistic locking feature to eloquent models.
talentrydev/locking-bundle
258 Downloads
talentrydev/locking
348 Downloads
lamoda/tactician-locking-middleware
1 Downloads
Tactician command bus middleware for blocking commands execution inside of other running command
cascade-energy/distributed-locking
41 Downloads
Base distributed locking library
webonaute/doctrine-datalocking-bundle
20249 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
23 Downloads
Distributed locking library
team-a/lock
115 Downloads
Exclusive & Read/Write locking based on MySQL Locking Service.
substacks/zebra_session
12 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.
socloz/ninja-mutex
30050 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for 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.
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.