jimtonic / php-redis-lock-handler
This library provides a locking mechanism for distributed php applications based on Redis.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/jimtonic/php-redis-lock-handler
Requires
- php: >=5.3.2
- predis/predis: ^1.0
Requires (Dev)
- phpunit/phpunit: ^4.0
This package is not auto-updated.
Last update: 2025-12-21 01:16:40 UTC
README
This library provides a locking mechanism for distributed php applications based on Redis.
Requirements
- A Redis server (see redis.io)
Installation
Add the jimtonic/redis-lock-handler package to your require section in the composer.json file.
$ composer require jimtonic/php-redis-lock-handler