adlandh / yii2-locker-helper
This package is abandoned and no longer maintained.
No replacement package was suggested.
Simple file locker for yii2
Package info
github.com/adlandh/yii2-locker-helper
Type:yii2-extension
pkg:composer/adlandh/yii2-locker-helper
0.1.1
2017-04-02 12:40 UTC
Requires
- yiisoft/yii2: ~2.0
This package is not auto-updated.
Last update: 2021-08-01 21:19:10 UTC
README
Simple file locker for yii2
Usage:
use yii\helpers\Locker;
if (!Locker::lock("some_process")) { echo "Process already running"; }