Libraries tagged by file lock
procentr/file-lock-manager
1 Downloads
A lightweight PHP library for managing file locks. No, seriously, it works. I mean... does anyone actually use this? ;-)
philiprehberger/safe-file-writer
68 Downloads
Atomic file writes with temp-file swap and file locking
danil-kashin/file-lock
67 Downloads
File-based exclusive locking via flock().
bonsaicode/filelock
16 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.
aharavenka/filelock
2 Downloads
Simple php library providing OOP-interface to file locks.
adlandh/yii2-locker-helper
14 Downloads
Simple file locker for yii2
jpolvora/locker
4 Downloads
PHP synchronization file locking based
brezgalov/php-simple-file-locker
11 Downloads
Simple file locker for php from http://php.net/manual/ru/function.flock.php#117162
finwo/filelock
95 Downloads
slowmose/compare-lock-files
6 Downloads
A comparison of lock files that makes the upgrade to another package manager easier
louzet/composer-lock-file-parser
9 Downloads
gabriel-peleskei/lock-file
22 Downloads
Creating lock file for single instance execution
fr3nch13/composer-lock-parser
2813 Downloads
OOP reader of composer.lock file.
crazedsanity/lockfile
203 Downloads
Create a *.lock file, such as to lock down upgrades from running concurrently.
balpom/files
10 Downloads
Simple library for read and write files with using locks.