Installation

Composer

The recommended method of installation is via composer

composer require zircote/rhubarb:3.1.*

Depending on your selection of connectors you will also need to require or compile the appropriate extension or libraries.

Extensions may be installed with pecl i.e.

pecl install mongo

Libraries can be included utilizing the composer command

composer require predis/predis:master-dev

PECL AMQP

Development of the Official PHP AMQP extension may be found at https://github.com/bkw/pecl-amqp-official as well as stubs and tests.

Installation via pecl:

To build the ext-amqp from source:

Table Of Contents

Previous topic

Welcome to Rhubarb’s documentation!

Next topic

Rhubarb