https://github.com/DaveRandom/Mutex
Basic common mutex framework for amp
https://github.com/DaveRandom/Mutex
Last synced: 4 months ago
JSON representation
Basic common mutex framework for amp
- Host: GitHub
- URL: https://github.com/DaveRandom/Mutex
- Owner: DaveRandom
- Created: 2016-05-06T13:49:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T22:29:23.000Z (about 10 years ago)
- Last Synced: 2025-09-18T14:36:43.381Z (9 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-amphp - DaveRandom/Mutex - Basic common mutex framework for amp (Synchronisation / Tunnel)
README
# Mutex
Basic common mutex framework for amp. WIP.
## Required PHP Version
- PHP 7.0+
## Installation
```bash
$ composer require daverandom/mutex
```
## Usage
@todo