Libraries tagged by file-lock
fab2s/filelock
307147 Downloads
A fluent Helper to properly handle file locking with flock
danil-kashin/file-lock
49 Downloads
File-based exclusive locking via flock().
php-comp/lock
70 Downloads
lock library of the php
inhere/lock
133 Downloads
lock library of the php
falconmedia/magento2-csp-sri-lock
19 Downloads
Prevents corrupted sri-hashes.json in Magento 2 by adding atomic writes and file locking.
dorantor/filelock
9487 Downloads
Simple php library providing OOP-interface to file locks.
benconstable/lock
1125 Downloads
Simple object-oriented file lock management
src-run/augustus-file-lock-library
222 Downloads
A simple file locking abstraction layer.
sn01615/file-lock
85 Downloads
Php file lock tool.
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? ;-)
brezgalov/php-simple-file-locker
11 Downloads
Simple file locker for php from http://php.net/manual/ru/function.flock.php#117162
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.
acet/reslock
46 Downloads
Dependable advisory resource lock - for files and other contentious resources
thenexxuz/utils
15 Downloads
A few common helpers for debugging. PID file lock out class and time measurement class.
philiprehberger/safe-file-writer
38 Downloads
Atomic file writes with temp-file swap and file locking