PHPackages                             avto-dev/rabbitmq-api-client - 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. avto-dev/rabbitmq-api-client

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

avto-dev/rabbitmq-api-client
============================

RabbitMQ API Client implementation

v2.8.0(10mo ago)06.6k↓50%6MITPHPPHP ^8.2CI passing

Since Feb 20Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/avto-dev/rabbitmq-api-client)[ Packagist](https://packagist.org/packages/avto-dev/rabbitmq-api-client)[ RSS](/packages/avto-dev-rabbitmq-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (12)Used By (0)

 [![Laravel](https://camo.githubusercontent.com/286b71e0e4fa4a7dc11791deb864b52a48b33a367e7ce8ac62ec728b8351cad3/68747470733a2f2f6873746f2e6f72672f776562742f35392f64662f34352f353964663435616136633963623937313330393938382e706e67)](https://camo.githubusercontent.com/286b71e0e4fa4a7dc11791deb864b52a48b33a367e7ce8ac62ec728b8351cad3/68747470733a2f2f6873746f2e6f72672f776562742f35392f64662f34352f353964663435616136633963623937313330393938382e706e67)

RabbitMQ API Client
===================

[](#rabbitmq-api-client)

[![Version](https://camo.githubusercontent.com/b1783f5cb418107adea267df96d71012b05dfac2b6d79e68b8239729fed519ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6176746f2d6465762f7261626269746d712d6170692d636c69656e742e7376673f6d61784167653d313830)](https://packagist.org/packages/avto-dev/rabbitmq-api-client)[![PHP Version](https://camo.githubusercontent.com/4822af3071aad520e301b82e4dd2b79754254323ad5e75d225d1aa3f353d04f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6176746f2d6465762f7261626269746d712d6170692d636c69656e742e7376673f6c6f6e6743616368653d74727565)](https://packagist.org/packages/avto-dev/rabbitmq-api-client)[![Build Status](https://camo.githubusercontent.com/d7b54dfc4db1212797ed9efeb5260bdd08d2e8d8fc6617cbdd85086c6d8eba71/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6176746f2d6465762f7261626269746d712d6170692d636c69656e742f74657374732e796d6c)](https://github.com/avto-dev/rabbitmq-api-client/actions)[![Coverage](https://camo.githubusercontent.com/0e3cf02b68083ff78d7773dd14113a37021900a781c19fe6d9a5052187a5aa47/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6176746f2d6465762f7261626269746d712d6170692d636c69656e742f6d61737465722e7376673f6d61784167653d3630)](https://codecov.io/gh/avto-dev/rabbitmq-api-client/)[![Downloads count](https://camo.githubusercontent.com/26f811e0c726a2d594d13ebd7caac2325b7ecf9669e9548ebc5532460e137fdd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6176746f2d6465762f7261626269746d712d6170692d636c69656e742e7376673f6d61784167653d313830)](https://packagist.org/packages/avto-dev/rabbitmq-api-client)[![License](https://camo.githubusercontent.com/a79e5a18b2bdd104e586eaedf83ace0397dd734c57c0a3b90ee555746a3bd217/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6176746f2d6465762f7261626269746d712d6170692d636c69656e742e7376673f6c6f6e6743616368653d74727565)](https://github.com/avto-dev/rabbitmq-api-client/blob/master/LICENSE)

This package adds into your PHP application RabbitMQ API client implementation.

Install
-------

[](#install)

Require this package with composer using the following command:

```
$ composer require avto-dev/rabbitmq-api-client "^2.0"
```

> Installed `composer` is required ([how to install composer](https://getcomposer.org/download/)).

> You need to fix the major version of package.

After that you can "publish" package configuration file using following command:

```
$ php artisan vendor:publish --provider="AvtoDev\\RabbitMqApiClient\\Frameworks\\Illuminate\\LaravelServiceProvider"
```

Usage
-----

[](#usage)

At first, you should create API client instance:

```
