Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 810 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 810 Bytes

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

赞赏