Libraries tagged by mutex lock
mohamedmohamedhekal/lockguard
0 Downloads
Safe distributed locking helpers for Laravel with owner tokens and job middleware
mingalevme/illuminate-lock
653 Downloads
Laravel/Lumen decorator fot symfony/lock component
litert/mutex
14 Downloads
A mutex management library for LiteRT.
neurohotep/console-mutex
339 Downloads
Mutex for Laravel console commands.
olafnorge/console-mutex
348 Downloads
Prevents overlapping for Laravel console commands.
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.
uhi67/yii2-simplemutex
12 Downloads
Locking tasks
bytetcore/queue-unique-runner
8 Downloads
Ensure Laravel queue jobs run on only one server instance at a time with database or Redis distributed locking, heartbeat, and crash recovery.
soulseekah/metabolic
0 Downloads
A library for locking and mutexes for the WordPress Core
amphp/sync
71210882 Downloads
Non-blocking synchronization primitives for PHP based on Amp and Revolt.
hiblaphp/sync
21 Downloads
Non-blocking synchronization primitives (Mutex, Semaphore) for async PHP
geoffroy-aubry/mutex
155 Downloads
Mutex & Semaphore PHP implementations both based only on flock() function.
venndev/vosaka-fourotines
24 Downloads
Structured async programming for PHP using Fibers, inspired by Kotlin Coroutines. Features AsyncIO (non-blocking streams), ForkProcess (low-overhead child processes), Flow/SharedFlow/StateFlow with backpressure, Channels, Mutex, and cooperative scheduling. Can integrate with VOsaka.