AndyDune / TaskLock

Usefull for control tasks to avoid parallel job. It support MongoDB and psr-16 cache.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaskLock

Build Status Software License Packagist Version Total Downloads

It is usefull for control tasks to avoid parallel job. It support MongoDB or files.

Installation

Installation using composer:

composer require andydune/task-lock 

Or if composer didn't install globally:

php composer.phar require andydune/task-lock

Or edit your composer.json:

"require" : {
     "andydune/task-lock": "^1"
}

And execute command:

php composer.phar update

Use it command if you don not need dev code:

php composer.phar update --no-dev

About

Usefull for control tasks to avoid parallel job. It support MongoDB and psr-16 cache.

License:MIT License


Languages

Language:PHP 100.0%