adlandh/yii2-locker-helper

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple file locker for yii2

Maintainers

Package info

github.com/adlandh/yii2-locker-helper

Type:yii2-extension

pkg:composer/adlandh/yii2-locker-helper

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.1 2017-04-02 12:40 UTC

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"; }