インストール/設定
PHP Manual

インストール手順

To install the AMQP PHP extension, you must first install the » librabbitmq library. Use the following steps to download and install the library:

# Download the rabbitmq-c library
  hg clone http://hg.rabbitmq.com/rabbitmq-c
  cd rabbitmq-c
  # Add the codegen requirement
  hg clone http://hg.rabbitmq.com/rabbitmq-codegen codegen
  # Configure, compile and install
  autoreconf -i && ./configure && make && sudo make install

この PECL 拡張モジュールをインストールする方法は、 マニュアルの PECL 拡張モジュールのインストール という章にあります。 新規リリース・ダウンロード・ソースファイル・管理者情報・CHANGELOG といった関連する情報については、次の場所にあります。

Note to Windows users: This extension does not currently support Windows since the librabbitmq library does not yet support Windows.


インストール/設定
PHP Manual