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

https://github.com/driftphp/amqp-bundle

AMQP bundle for DriftPHP
https://github.com/driftphp/amqp-bundle

amqp async bunny driftphp rabbit symfony

Last synced: 8 months ago
JSON representation

AMQP bundle for DriftPHP

Awesome Lists containing this project

README

          

# DriftPHP - AMQP adapter

[![CircleCI](https://circleci.com/gh/driftphp/amqp-bundle.svg?style=svg)](https://circleci.com/gh/driftphp/amqp-bundle)

This is a simple adapter for AMQP on top of ReactPHP and DriftPHP. Following
the same structure that is followed in the Symfony ecosystem, you can use this
package as a Bundle, only usable under DriftPHP Framework.

Some first steps for you!

- [Go to DOCS](https://driftphp.io/#/?id=amqp-adapter)

or

- [Try a demo](https://github.com/driftphp/demo)
- [Install the skeleton](https://github.com/driftphp/skeleton)