# amp [![Build Status](https://travis-ci.org/amphp/amp.svg?branch=master)](https://travis-ci.org/amphp/amp) [![Coverage Status](https://coveralls.io/repos/amphp/amp/badge.svg?branch=master&service=github)](https://coveralls.io/github/amphp/amp?branch=master) ![Unstable](https://img.shields.io/badge/stable-v1-green.svg) `amphp/amp` is a non-blocking concurrency framework for PHP applications. Learn more about `amphp/amp` in [the guide](https://stackedit.io/viewer#!url=https://gist.githubusercontent.com/rdlowrey/41d4067c4b24ef99b87b/raw/d62894bc68334b01e5bcb91e3079635e67af4727/amp-guide.md). **Required PHP Version** - PHP 5.5+ **Optional Extension Backends** - [ev](https://pecl.php.net/package/ev) - [libevent](https://pecl.php.net/package/libevent) - [php-uv](https://github.com/bwoebi/php-uv) (experimental fork, requires PHP7) **Installation** ```bash $ composer require amphp/amp ```