Skip to content

marlun/php-util-lockfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-util-lockfile

Handles limiting running instances of a script

Usage

Problem\Util\LockFile::test($options);

Options

path

Type: String
Default: __DIR__ . '/LOCK_FILE'
Path to where the lock file will be written

maxCount

Type: Number
Default: 1
Maximum allowed parallel executions of the script

About

Handles limiting running instances of a script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages