Download the PHP package sadi01/yii2-mutex-filter without Composer
On this page you can find all versions of the php package sadi01/yii2-mutex-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sadi01/yii2-mutex-filter
More information about sadi01/yii2-mutex-filter
Files in sadi01/yii2-mutex-filter
Download sadi01/yii2-mutex-filter
More information about sadi01/yii2-mutex-filter
Files in sadi01/yii2-mutex-filter
Vendor sadi01
Package yii2-mutex-filter
Short Description MutexFilter is an action filter that apply mutex on controller's actions.
License BSD-3-Clause
Package yii2-mutex-filter
Short Description MutexFilter is an action filter that apply mutex on controller's actions.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package yii2-mutex-filter
Yii2 Mutex Filter
MutexFilter is an action filter relies on Yii2 Mutex component that apply mutex on controller's actions.
The Mutex component allows mutual execution of concurrent processes in order to prevent "race conditions". See Yii2 Mutex document.
Installation
The preferred way to install this extension is through composer.
Either run console command
Or add the package to the require
section of your composer.json
file:
then run composer update
.
Usage
Config Yii2 Mutex component
Then, simply use MutexFilter in your controller's behaviors :
All versions of yii2-mutex-filter with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0.0
The package sadi01/yii2-mutex-filter contains the following files
Loading the files please wait ....