1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/README.md
2015-05-12 15:18:28 -04:00

29 lines
624 B
Markdown

# Amp [![Build Status](https://travis-ci.org/amphp/amp.svg?branch=v1.0.x)](https://travis-ci.org/amphp/amp)
`amphp/amp` is a non-blocking concurrency framework for PHP applications. Learn more about Amp in the
[Guide](https://stackedit.io/viewer#!url=https://raw.githubusercontent.com/amphp/amp/master/guide.md).
**Dependencies**
- PHP 7
**Installation**
```bash
$ git clone https://github.com/amphp/amp.git
```
-or-
```bash
$ composer require amphp/amp
```
The appropriate composer versions:
- PHP7: "v2.0.0-dev"
- PHP5.5+: "v1.0.0-dev"
**Versioning**
Amp strives to follow the SemVer specification.