pandorafms/pandora_console/vendor/amphp/sync/README.md

37 lines
1.6 KiB
Markdown
Raw Normal View History

<p align="center">
<a href="https://amphp.org/sync"><img src="https://raw.githubusercontent.com/amphp/logo/master/repos/sync.png?v=12-07-2017" alt="sync"/></a>
</p>
<p align="center">
<a href="https://travis-ci.org/amphp/sync"><img src="https://img.shields.io/travis/amphp/sync/master.svg?style=flat-square" alt="Build Status"/></a>
<a href="https://coveralls.io/github/amphp/sync?branch=master"><img src="https://img.shields.io/coveralls/amphp/sync/master.svg?style=flat-square" alt="Code Coverage"/></a>
<a href="https://github.com/amphp/sync/releases"><img src="https://img.shields.io/github/release/amphp/sync.svg?style=flat-square" alt="Release"/></a>
<a href="https://github.com/amphp/sync/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License"/></a>
</p>
<p align="center"><strong>Synchronization primitives for PHP applications and libraries using Amp.</strong></p>
## Installation
This package can be installed as a [Composer](https://getcomposer.org/) dependency.
```bash
composer require amphp/sync
```
## Documentation
Documentation can be found on [amphp.org/sync](https://amphp.org/sync/) as well as in the [`./docs`](./docs) directory.
## Versioning
`amphp/sync` follows the [semver](http://semver.org/) semantic versioning specification like all other `amphp` packages.
## Security
If you discover any security related issues, please email [`me@kelunik.com`](mailto:me@kelunik.com) instead of using the issue tracker.
## License
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.