1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00

update README

This commit is contained in:
Daniel Lowrey 2015-05-12 14:58:45 -04:00
parent 4a45502ae9
commit 3bc7583544

View File

@ -1,12 +1,12 @@
# Amp [![Build Status](https://travis-ci.org/amphp/amp.svg?branch=v1.0.x)](https://travis-ci.org/amphp/amp)
Amp is a non-blocking concurrency framework for PHP applications.
`amphp/amp` is a non-blocking concurrency framework for PHP applications.
Learn more about Amp in the [Amp Guide](https://stackedit.io/viewer#!url=https://raw.githubusercontent.com/amphp/amp/master/guide.md).
**Dependencies**
- PHP7
- PHP 5.5+
Optional PHP extensions may be used to improve performance in production environments and react to process control signals:
@ -24,6 +24,7 @@ $ git clone https://github.com/amphp/amp.git
$ composer require amphp/amp
```
**Community**
**Versioning**
If you have questions stop by the [amp chat channel](https://gitter.im/amphp/amp) on Gitter.
Amp is currently in the process of finalizing a v1.0.0 release. The project strives to follow the
SemVer specification.