adlandh/yii2-locker-helper

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

Simple file locker for yii2

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

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