Libraries tagged by locking
quarks/laravel-locking
7041 Downloads
Easily implement optimistic Eloquent model locking feature to your Laravel app.
socloz/ninja-mutex
30173 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
neovg/phpredis-lock
8560 Downloads
Simple mutex locking class with support for TTL using PHPRedis as backend.
havvg/lock
4393 Downloads
A component for simple resource locking.
foxtech6/mutexsafe
83 Downloads
MutexSafe will help you use mutex more effectively. Different mutex for different components are presented. In addition, you can add your own lockers and use within the library.
avtonom/semaphore-bundle
2781 Downloads
A generic locking Symfony bundle for PHP, that uses named locks for semaphore acquire and release, to guarantee atomicity
svandragt/silverstripe-optimisticlocking
7 Downloads
Prevents your site users from losing data by blocking the save process if the data has changed since it was loaded by the current user.
foxtech6/mutex-locker
147 Downloads
MutexSafe will help you use mutex more effectively. Different mutex for different components are presented. In addition, you can add your own lockers and use within the library.
zarganwar/safe-process-runner
3737 Downloads
PHP process runner with locking
icecave/chastity
13333 Downloads
Distributed advisory locking for PHP.
gilak/nolock
2191 Downloads
get read of locking file in both laravel and the way laravel use league filesystem
garbetjie/laravel-database-queue
742 Downloads
Laravel queue driver for the database with optimistic queue locking.
fae/cache
1807 Downloads
Local authentication with support for password resetting and session locking
cybercog/php-db-locker
24 Downloads
PHP application-level database locking mechanisms
codenamegary/l4-lock
3009 Downloads
A Laravel 4 package to lock down a site and require a simple username/password BEFORE auth is executed. Useful for doing things like locking down a site so a client can test before going live while without interfering with auth and other stock framework options.