Download the PHP package mohamedhekal/lockguard without Composer
On this page you can find all versions of the php package mohamedhekal/lockguard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mohamedhekal/lockguard
More information about mohamedhekal/lockguard
Files in mohamedhekal/lockguard
Download mohamedhekal/lockguard
More information about mohamedhekal/lockguard
Files in mohamedhekal/lockguard
Vendor mohamedhekal
Package lockguard
Short Description Safe distributed locking helpers for Laravel with owner tokens and job middleware
License MIT
Homepage https://github.com/mohamedhekal/lockguard
Package lockguard
Short Description Safe distributed locking helpers for Laravel with owner tokens and job middleware
License MIT
Homepage https://github.com/mohamedhekal/lockguard
Please rate this library. Is it a good library?
Informations about the package lockguard
LockGuard
Search terms: laravel, redis, distributed-locks, concurrency, mutex, php, laravel-package, locking, cache-lock, jobs.
Safe distributed locking helpers for Laravel: with(), owner-aware cache locks, HTTP middleware, and queue WithoutOverlapping.
Installation
Quick start
HTTP:
Queue:
Notes
- Uses Laravel cache locks. Prefer Redis in production.
default_wait_seconds=0means fail fast (throw) when the lock is busy.- This is not Redlock multi-node consensus; it is a practical Laravel lock layer.
Testing
License
MIT
All versions of lockguard with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/support Version ^11.0|^12.0
illuminate/cache Version ^11.0|^12.0
illuminate/contracts Version ^11.0|^12.0
illuminate/support Version ^11.0|^12.0
illuminate/cache Version ^11.0|^12.0
illuminate/contracts Version ^11.0|^12.0
The package mohamedhekal/lockguard contains the following files
Loading the files please wait ...