A Php Client for Apache RocketMQ.
- rocketmq-client-cpp, please use version 2.2
- php7/php8
- install rocketmq-client-cpp;
- download rocketmq-client-php
git clone https://github.com/lpflpf/rocketmq-client-php;
cd rocketmq-client-php;
phpize && ./configure && make && make install
- update php.ini file, add line
extension=rocketmq.so
; - try to run example in example directory.
to see autocompelete file.