Libraries tagged by lock
symfony/lock
141609321 Downloads
Creates and manages locks, a mechanism to provide exclusive access to a shared resource
malkusch/lock
10229503 Downloads
Mutex library for exclusive code execution.
drupal/core-recommended
43079196 Downloads
Locked core dependencies; require this project INSTEAD OF drupal/core.
sensiolabs/security-checker
72133110 Downloads
A security checker for your composer.lock
beatswitch/lock
341133 Downloads
A flexible, driver based Acl package for PHP 5.4+
davidrjonas/composer-lock-diff
2006938 Downloads
See what has changed after a composer update.
arvenil/ninja-mutex
3837153 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
ion-bazan/composer-diff
2091213 Downloads
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
hellogerard/jobby
1621528 Downloads
Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.
colinmollenhour/php-redis-session-abstract
26966356 Downloads
A Redis-based session handler with optimistic locking
roadrunner-php/lock
2001530 Downloads
This package provides a PHP integration package for the RoadRunner Lock plugin, which allows for easy management of distributed locks in PHP applications. The plugin provides a fast, lightweight, and reliable way to acquire, release, and manage locks in a distributed environment, making it ideal for use in high-traffic web applications and microservices.
rappasoft/lockout
296262 Downloads
Put your Laravel application into read-only mode.
rairlie/laravel-locking-session
489423 Downloads
Provide session locking in Laravel
kenepa/resource-lock
118915 Downloads
Filament Resource Lock is a Filament plugin that adds resource locking functionality to your site.
cheprasov/php-redis-lock
454585 Downloads
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.