litert / mutex
This package is abandoned and no longer maintained.
No replacement package was suggested.
A mutex management library for LiteRT.
0.2.0
2017-11-07 09:51 UTC
Requires
- php: >=7.0.0
- litert/core: ^0.2.0
Suggests
- ext-apcu: For using APCu driver
- ext-memcache: For using Memcache driver
- ext-memcached: For using Memcached driver
- ext-redis: For using Redis driver
This package is not auto-updated.
Last update: 2023-01-19 00:47:25 UTC
README
A mutex management library for LiteRT.
Features
Supports mutex based on following drivers:
- FileSystem
- Redis (PECL Extension)
- Memcached (PECL Extension)
- Memcache (PECL Extension)
- APCu (PECL Extension)
Only the specific one PECL extension is required when you are using a driver.
Installation
It's recommended to install by composer:
composer require litert/mutex
Or just git clone this repository, and put the lib directory into you project.
Document
License
This library is published under Apache-2.0 license.