PHPackages                             pnixx/amp-rabbitmq - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. pnixx/amp-rabbitmq

ActiveLibrary[Queues &amp; Workers](/categories/queues)

pnixx/amp-rabbitmq
==================

Async AMQP client

2.0.0(2y ago)210.7k↓36.8%1[1 PRs](https://github.com/PNixx/amp-rabbitmq/pulls)MITPHPPHP &gt;=8.1

Since Jan 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/PNixx/amp-rabbitmq)[ Packagist](https://packagist.org/packages/pnixx/amp-rabbitmq)[ Docs](https://github.com/PNixx/amp-rabbitmq)[ RSS](/packages/pnixx-amp-rabbitmq/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (17)Used By (0)

AMQP for AMPHP V3
=================

[](#amqp-for-amphp-v3)

[![Latest Version on Packagist](https://camo.githubusercontent.com/02683ed8003e2b1b6484ba15441085d3e6c55b2d8d36fa00276b31d690d258ab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706e6978782f616d702d7261626269746d712e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pnixx/amp-rabbitmq)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/41e6502d61ea37574f0a9fa1efcccd7d2737f5e9a33e78235c620e8ccea1a10b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706e6978782f616d702d7261626269746d712e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pnixx/amp-rabbitmq)

This library is a pure asynchronous PHP implementation of the AMQP 0-9-1 protocol.

Code is mostly based on [bunnyphp](https://github.com/jakubkulhan/bunny) and [PHPinnacle Ridge](https://github.com/phpinnacle/ridge), but use [amphp](https://amphp.org) for async operations.

Install
-------

[](#install)

Via Composer

```
$ composer require pnixx/amp-rabbitmq
```

Basic Usage
-----------

[](#basic-usage)

```
