/rocketmq-client-php

A Php Client for Apache RocketMQ.

Primary LanguageCApache License 2.0Apache-2.0

rocketmq-client-php

A Php Client for Apache RocketMQ.

dependence

INSTALL

  1. install rocketmq-client-cpp;
  2. download rocketmq-client-php
    git clone https://github.com/lpflpf/rocketmq-client-php;
    cd rocketmq-client-php;
    phpize && ./configure && make && make install
  1. update php.ini file, add line extension=rocketmq.so;
  2. try to run example in example directory.

Usage

to see autocompelete file.

help

赞赏