1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 13:21:16 +01:00
2017-03-12 11:38:48 -05:00
2017-03-12 11:38:48 -05:00
2017-03-12 11:38:48 -05:00
2016-05-21 09:44:52 -05:00
2017-01-08 21:38:30 -06:00
2015-07-19 13:33:39 -04:00
2016-05-12 16:49:46 +02:00
2017-03-11 09:17:43 -06:00
2015-07-22 00:24:48 -04:00
2017-03-12 12:38:18 +01:00
2017-03-11 14:57:03 +01:00
2017-03-12 12:44:32 +01:00

amp

Build Status CoverageStatus Stable 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
Description
No description provided
Readme MIT 3 MiB
Languages
PHP 99.4%
Shell 0.3%
Makefile 0.3%