Libraries tagged by semaphore
symfony/lock
136381074 Downloads
Creates and manages locks, a mechanism to provide exclusive access to a shared resource
amphp/sync
58961631 Downloads
Non-blocking synchronization primitives for PHP based on Amp and Revolt.
malkusch/lock
10000123 Downloads
Mutex library for exclusive code execution.
symfony/semaphore
4017394 Downloads
Symfony Semaphore Component
illuminated/console-mutex
974346 Downloads
Mutex for Laravel Console Commands.
misterion/ko-process
341088 Downloads
Simple pcntl fork wrapper and process manager
sobstel/metaphore
181534 Downloads
PHP cache slam defense using a semaphore to prevent dogpile effect (aka clobbering updates or stampending herd).
mmeyer2k/semlock
506916 Downloads
semaphores + closures
code-orange/redis-counting-semaphore
56209 Downloads
Distributed counting semaphore implementation for redis
detain/session-samurai
1294 Downloads
🥷 Universal high-speed asynchronous (non-blocking) SessionHandlerInterface implementation for PHP supporting Semaphores, Mysqli, Redis, SQLite3, Symfony/Cache, WinCache, PhpFastCache, PHP-Cache, PDO, Memcached, FlySystem Filesystem, Illuminate, APCu, APC, OpCache, InfluxDB, WinCache, MongoDb and local file storage.
zerkalica/semaphore
19192 Downloads
This library provides an api for semaphore acquire and release
takuya/php-sysv-ipc-semaphore
7164 Downloads
php sysv semaphore wrapper
ixarlie/mutex-bundle
30281 Downloads
A Symfony bundle for Mutex implementation for PHP
horde/lock
3136 Downloads
Resource locking library
freerkminnema/synchronized
4058 Downloads
A Laravel package that provides a `synchronized` function that uses atomic locks to prevent a critical section of code from running in parallel across multiple requests.