# amp [![Build Status](https://travis-ci.org/amphp/amp.svg?branch=v1.0.x)](https://travis-ci.org/amphp/amp) [![Coverage Status](https://coveralls.io/repos/amphp/fs/badge.svg?branch=v1.0.x&service=github)](https://coveralls.io/github/amphp/fs?branch=v1.0.x) ![Unstable](https://img.shields.io/badge/pre_alpha-unstable-orange.svg) `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 5.5+ - [libevent](https://pecl.php.net/package/libevent) (optional) - [php-uv](https://github.com/bwoebi/php-uv) (optional & experimental, requires PHP7) **Installation** ```bash $ composer require amphp/amp ```