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
- Host: GitHub
- URL: https://github.com/fedott/amqp-async-consumer
- Owner: Fedott
- License: mit
- Created: 2017-05-05T10:12:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T11:19:00.000Z (about 9 years ago)
- Last Synced: 2025-02-09T09:44:13.882Z (over 1 year ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AMQP async consumer


## 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
```