PHPackages                             dataprocessors/amqp-async - 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. dataprocessors/amqp-async

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

dataprocessors/amqp-async
=========================

Async AMQP 0.9.1 client for PHP designed to work with Icicle.

v1.0.10(8y ago)133.7k2LGPL-2.1PHPPHP &gt;=7.0

Since Oct 22Pushed 8y ago4 watchersCompare

[ Source](https://github.com/DataProcessors/amqp-async)[ Packagist](https://packagist.org/packages/dataprocessors/amqp-async)[ Docs](https://github.com/DataProcessors/amqp-async/)[ RSS](/packages/dataprocessors-amqp-async/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (13)Used By (0)

amqp-async
==========

[](#amqp-async)

[![Build Status](https://camo.githubusercontent.com/9a63b87d8112a9632c3d454a2c650a249bdcf0a4451488f2e06ee04fde6d7a82/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4461746150726f636573736f72732f616d71702d6173796e632e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/DataProcessors/amqp-async)[![LGPL-2.1 License](https://camo.githubusercontent.com/6adbbda63bbd16ab64a8f934ca6fd6ed719fb3cddc743ac488c0ddc8788d53d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4461746150726f636573736f72732f616d71702d6173796e632e7376673f7374796c653d666c61742d737175617265)](LICENSE)

**amqp-async** is an implementation of the AMQP 0.9.1 protocol for PHP designed to work with [Icicle](https://github.com/icicleio/icicle).

Potentially supporting [Amp](https://github.com/amphp/amp) in the future.

##### Requirements

[](#requirements)

- PHP 7.0+

##### Installation

[](#installation)

The recommended way to install amqp-async is with the [Composer](http://getcomposer.org/) package manager. (See the [Composer installation guide](https://getcomposer.org/doc/00-intro.md) for information on installing and using Composer.)

Run the following command to use the library in your project:

```
composer require dataprocessors/amqp-async
```

You can also manually edit `composer.json` to add amqp-async as a project requirement.

```
// composer.json
{
    "require": {
        "dataprocessors/amqp-async": "1.0.*"
    }
}
```

#### Example

[](#example)

```
