PHPackages                             wyrihaximus/react-observable-bunny - 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. wyrihaximus/react-observable-bunny

Abandoned → [bunny/bunny](/?search=bunny%2Fbunny)ArchivedLibrary[Queues &amp; Workers](/categories/queues)

wyrihaximus/react-observable-bunny
==================================

RxPHP decorator around bunny

1.1.0(7y ago)32.5k[1 issues](https://github.com/WyriHaximus/reactphp-observable-bunny/issues)[1 PRs](https://github.com/WyriHaximus/reactphp-observable-bunny/pulls)MITPHPPHP ^7.1

Since Feb 21Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/WyriHaximus/reactphp-observable-bunny)[ Packagist](https://packagist.org/packages/wyrihaximus/react-observable-bunny)[ RSS](/packages/wyrihaximus-react-observable-bunny/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

RxPHP decorator around bunny
============================

[](#rxphp-decorator-around-bunny)

[![Build Status](https://camo.githubusercontent.com/b065be29f2ee8cfcc1266907a6388ed45c94985c622408e4b14904e565429b9e/68747470733a2f2f7472617669732d63692e6f72672f57797269486178696d75732f72656163747068702d6f627365727661626c652d62756e6e792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/WyriHaximus/reactphp-observable-bunny)[![Latest Stable Version](https://camo.githubusercontent.com/59abcd961d607947320c544def6b1036c22232998a68ada4adc3f7b1c1bb116f/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f72656163742d6f627365727661626c652d62756e6e792f762f737461626c652e706e67)](https://packagist.org/packages/WyriHaximus/react-observable-bunny)[![Total Downloads](https://camo.githubusercontent.com/190a86d67378d0ed2bac6bf039aa1389ea0bb5c31705f6e561eafd572646dd5d/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f72656163742d6f627365727661626c652d62756e6e792f646f776e6c6f6164732e706e67)](https://packagist.org/packages/WyriHaximus/react-observable-bunny)[![Code Coverage](https://camo.githubusercontent.com/de8acef1a77196dee773ac62a7a1f92dee21e8324a0f6aa331cb4038238705ac/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57797269486178696d75732f72656163747068702d6f627365727661626c652d62756e6e792f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-observable-bunny/?branch=master)[![License](https://camo.githubusercontent.com/b45c75a9b4493286f94cbc4967b7f46a76001289fcba6d531132ba6781fae356/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f72656163742d6f627365727661626c652d62756e6e792f6c6963656e73652e706e67)](https://packagist.org/packages/WyriHaximus/react-observable-bunny)[![PHP 7 ready](https://camo.githubusercontent.com/e1beaa6ebb3c2245d76cf50923e75c636c87b317589d108029527c8674cf5743/687474703a2f2f7068703772656164792e74696d6573706c696e7465722e63682f57797269486178696d75732f72656163747068702d6f627365727661626c652d62756e6e792f62616467652e737667)](https://travis-ci.org/WyriHaximus/reactphp-observable-bunny)

Installation
============

[](#installation)

To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `^`.

```
composer require wyrihaximus/react-observable-bunny

```

Usage
=====

[](#usage)

The following example will connect to RabbitMQ, consume messages from the `queue:name` queue, with prefetch (QOS) set to 10 for two minutes before canceling the subscription and disconnect the client.

```
