Libraries tagged by lock file
dorantor/filelock
9455 Downloads
Simple php library providing OOP-interface to file locks.
inhere/lock
133 Downloads
lock library of the php
benconstable/lock
1116 Downloads
Simple object-oriented file lock management
gilak/nolock
2199 Downloads
get read of locking file in both laravel and the way laravel use league filesystem
slowmose/compare-lock-files
5 Downloads
A comparison of lock files that makes the upgrade to another package manager easier
louzet/composer-lock-file-parser
8 Downloads
gabriel-peleskei/lock-file
22 Downloads
Creating lock file for single instance execution
crazedsanity/lockfile
203 Downloads
Create a *.lock file, such as to lock down upgrades from running concurrently.
lyoshenka/php-simple-lock
41 Downloads
A simple PHP advisory lock implementation. Uses flock() internally.
kerekit/lockfile
8 Downloads
Lockfile mechanism with timeout option
chrissileinus/lockfile
24 Downloads
Handel a lockfile
src-run/augustus-file-lock-library
215 Downloads
A simple file locking abstraction layer.
sn01615/file-lock
72 Downloads
Php file lock tool.
procentr/file-lock-manager
0 Downloads
A lightweight PHP library for managing file locks. No, seriously, it works. I mean... does anyone actually use this? ;-)
bonsaicode/filelock
11 Downloads
Used to prevent a script from being run more than once at the same time by providing mutex functionality via locking a file on the local machine.