Libraries tagged by lock
dorantor/filelock
9520 Downloads
Simple php library providing OOP-interface to file locks.
denismitr/mutex
8670 Downloads
PHP Mutex Library
avtonom/semaphore-bundle
2919 Downloads
A generic locking Symfony bundle for PHP, that uses named locks for semaphore acquire and release, to guarantee atomicity
artigo/cache-stampede
152 Downloads
Cache stampede protection for symfony/cache that does not stop at one machine.
antriver/ninja-mutex
40149 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
anourvalar/laravel-atom
12741 Downloads
ACID API
deminy/ninja-mutex
13280 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
tajmahal86/console-mutex
1393 Downloads
Mutex for Laravel Console Commands.
picanova/laravel-redlock
4636 Downloads
Redis distributed locks for laravel
jessegall/concurrent
764 Downloads
A thread-safe wrapper for cached values with locking, validation, and read-only method support
everlution/redlock
26428 Downloads
An implementation of the Redlock algorithm
cosmic-beacon/critical-section
5745 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.
alkinbg/optimistic-concurrency-bundle
44 Downloads
HTTP optimistic concurrency control for Symfony and Doctrine using strong ETags, If-Match, and ORM versioning.
alex-kassel/laravel-domain-core
44 Downloads
High-cohesion Laravel platform foundation unifying Domain Context Registration, Dynamic Multi-Database Migrations, Context-Aware Eloquent Models, Standardized CLI Execution, Overlap Lock Management, Diagnostic Events, and Child Domain Package Scaffolding.
afrihost/base-command-bundle
28717 Downloads
Afrihost’s ‘swiss-army-knife’ extension of Symfony’s ContainerAwareCommand that defines common reusable functionality (such as logging) across commands