This library provides a locking mechanism for distributed php applications based on Redis.
- A Redis server (see redis.io)
Add the jimtonic/redis-lock-handler package to your require section in the composer.json file.
$ composer require jimtonic/php-redis-lock-handler