signe/redlock-php
Redis distributed locks in PHP
时间:2015-10-14 17:59
avtonom/semaphore-bundle
A generic locking Symfony bundle for PHP, that uses named locks for semaphore acquire and release, to guarantee atomicity
时间:2015-10-13 11:05
malkusch/lock
Mutex library for exclusive code execution.
时间:2015-07-12 16:23
everlution/redlock
An implementation of the Redlock algorithm
时间:2015-04-29 11:04
synatree/yii2-readonly-behavior
This behavior class allows you to specify an attribute which, upon setting or being set, prevents the model from being changed. Think of it as a latch that locks the model once a particular value has been set and saved.
时间:2015-02-23 20:00
lyoshenka/php-simple-lock
A simple PHP advisory lock implementation. Uses flock() internally.
时间:2015-01-19 19:35
frankdejonge/locked-console-command
A symfony/console command decorator which locks.
时间:2015-01-03 19:41
icecave/chastity
Distributed advisory locking for PHP.
时间:2014-11-10 08:13
integrated/locking-bundle
Provides an interface to manage database locks and keep a lock active by Ajax request
时间:2014-06-06 19:30
mouf/utils.common.lock
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A loc
时间:2014-04-10 09:09