Libraries tagged by script block
thefrosty/wp-login-locker
258 Downloads
Disable direct access to your sites /wp-login.php script, plus user notifications based on actions.
fwext/yii2-script-lock
7 Downloads
The lock script for the Yii framework
sunaoka/process-guard-php
14 Downloads
This library has been designed with the intention of preventing the execution of multiple instances of a script.
publero/critical-section
3616 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.
posternak/composer-file
1 Downloads
The joyful way to programmatically read and edit composer.json and composer.lock in PHP — drop it into any script or automation.
in2code/deploymentlocker
28 Downloads
Simple script to prohibit parallel execution of the same TYPO3.Surf deployment
funct-gmbh/php-watcher
669 Downloads
Automatically restart PHP application once the source code changes
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.