websolutionfalcon/lockable-command
A Laravel package for locking and unlocking command execution without code deployment. Perfect for temporarily disabling scheduled commands during server overload or maintenance.
时间:2026-01-26 14:34
cheprasov/php-redis-lock
RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
时间:2026-01-04 19:11
malkusch/lock
Mutex library for exclusive code execution.
时间:2026-01-04 10:41
pudongping/wise-locksmith
Mutex library for exclusive code execution.
时间:2026-01-04 02:43
pudongping/hyperf-wise-locksmith
A mutex library provider for the Hyperf framework, designed to enable serialized execution of PHP code in high-concurrency scenarios.
时间:2026-01-04 02:43
bensedev/laravel-inflight-query-lock
Deduplicate concurrent identical queries using distributed locks and async execution
时间:2025-10-13 06:20
tourze/symfony-lock-command-bundle
A Symfony bundle that provides locking mechanism for console commands to prevent concurrent execution
时间:2025-04-08 08:31
sunaoka/process-guard-php
This library has been designed with the intention of preventing the execution of multiple instances of a script.
时间:2024-05-24 02:16
autoframe/process-control
Process child worker, execution lock check, Autoframe Framework
时间:2023-09-26 21:30
pteich/simplelock
A simple locking/semaphore library for PHP 5.3+ with different adapters. Prevents flooding and multiple execution of code parts.
时间:2014-12-05 11:42
cheprasov/php-memcached-lock
MemcachedLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
时间:未知