Libraries tagged by execution lock
aalfiann/event-locker-php
29 Downloads
Event Locker class to stop multiple or parallel execution in PHP.
lamoda/tactician-locking-middleware
1 Downloads
Tactician command bus middleware for blocking commands execution inside of other running command
sunaoka/process-guard-php
11 Downloads
This library has been designed with the intention of preventing the execution of multiple instances of a script.
pteich/simplelock
13 Downloads
A simple locking/semaphore library for PHP 5.3+ with different adapters. Prevents flooding and multiple execution of code parts.
in2code/deploymentlocker
25 Downloads
Simple script to prohibit parallel execution of the same TYPO3.Surf deployment
desmart/laravel-padlock
814 Downloads
Script locking mechanism for Laravel. Enables blocking scripts execution for given period, for example to avoid cron jobs overlapping
kambo/llama-cpp-php
263 Downloads
The package enables the use of the LLama C++ library in PHP, thereby allowing the setup and execution of LLM models in PHP on your local machine.
zwirek/reactphp-limiter
23 Downloads
Set of classes for limiting concurrent job execution using ReactPHP
davereid/drush-acquia-hook-invoke
6943 Downloads
Drush command designed to let you test execution of Acquia Cloud hooks on your local Drupal installation
josephlavin/local-eventing
1 Downloads
In object eventing execution
activecollab/exec
264 Downloads
Local and remote command execution abstraction
akramzerarka/llama-cpp-php
12 Downloads
The package enables the use of the LLama C++ library in PHP, thereby allowing the setup and execution of LLM models in PHP on your local machine.
ostark/craft-async-queue
267565 Downloads
A queue handler that moves queue execution to a non-blocking background process
pudongping/hyperf-alarm-clock
1015 Downloads
A utility for measuring code execution time, detecting timeouts, and sending notifications.
pdo-proxy/pdo-proxy
25 Downloads
PDO Proxy is a simple, event-driven PDO wrapper that allows to intercept and alter execution of all PDO methods. The PDOProxy\PDO and PDOProxy\PDOStatement classes extend the native PDO and PDOStatement classes, therefore they are compatible with any method expecting regular PDO objects.