1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00
amp/README.md
2017-03-12 18:33:12 +01:00

1.1 KiB

amp

Build Status CoverageStatus Unstable v2 License

amphp/amp is a non-blocking concurrency framework for PHP. It provides an event loop, promises and streams as a base for asynchronous programming.

Promises in combination with generators are used to build coroutines, which allow writing asynchronous code just like synchronous code, without any callbacks.

Required PHP Version

  • PHP 7.0+

Optional Extension Backends

Extensions are only needed if your app necessitates high numbers of concurrent socket connections.

Installation

$ composer require amphp/amp ^2@dev