litert / mutex
A mutex management library for LiteRT.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/litert/mutex
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.