mirror of
https://github.com/danog/amp.git
synced 2024-12-02 09:27:46 +01:00
30 lines
770 B
Markdown
30 lines
770 B
Markdown
# Amp [![Build Status](https://travis-ci.org/amphp/amp.svg?branch=master)](https://travis-ci.org/amphp/amp)
|
|
|
|
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
|
|
|
|
Optional PHP extensions may be used to improve performance in production environments and react to process control signals:
|
|
|
|
- [php-uv](https://github.com/chobie/php-uv) extension for libuv backends
|
|
|
|
**Installation**
|
|
|
|
```bash
|
|
$ git clone https://github.com/amphp/amp.git
|
|
```
|
|
|
|
-or-
|
|
|
|
```bash
|
|
$ composer require amphp/amp
|
|
```
|
|
|
|
**Community**
|
|
|
|
If you have questions stop by the [amp chat channel](https://gitter.im/amphp/amp) on Gitter.
|