An open API service indexing awesome lists of open source software.

https://github.com/fedott/amqp-async-consumer

AMQP async consumer based on php-amqplib and ReactPHP
https://github.com/fedott/amqp-async-consumer

Last synced: about 1 year ago
JSON representation

AMQP async consumer based on php-amqplib and ReactPHP

Awesome Lists containing this project

README

          

# AMQP async consumer

![Stable v1](https://img.shields.io/badge/api-unstable-red.svg?style=flat-square)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)

## THIS REPO IS A WORK-IN-PROGRESS ... DON'T USE IT FOR ANYTHING YET

AMQP async consumer based on [php-amqplib](https://github.com/php-amqplib/php-amqplib) and [ReactPHP](https://github.com/reactphp/event-loop)

**Required PHP Version**

- PHP 7+

```bash
$ composer require fedot/amqp-async-consumer
```