https://github.com/daverandom/mutex
Basic common mutex framework for amp
https://github.com/daverandom/mutex
Last synced: about 1 year 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: 2023-08-21T09:18:23.135Z (almost 3 years ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mutex
Basic common mutex framework for amp. WIP.
## Required PHP Version
- PHP 7.0+
## Installation
```bash
$ composer require daverandom/mutex
```
## Usage
@todo