An open API service indexing awesome lists of open source software.

https://github.com/lpflpf/rocketmq-client-php

A Php Client for Apache RocketMQ.
https://github.com/lpflpf/rocketmq-client-php

php-client rocketmq

Last synced: about 1 month ago
JSON representation

A Php Client for Apache RocketMQ.

Awesome Lists containing this project

README

          

# rocketmq-client-php

A Php Client for Apache RocketMQ.

# dependence
* [rocketmq-client-cpp](https://github.com/apache/rocketmq-client-cpp), please use version 2.2
* php7/php8

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

## Usage
to see autocompelete file.

## help

## 赞赏