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.
- Host: GitHub
- URL: https://github.com/lpflpf/rocketmq-client-php
- Owner: lpflpf
- License: apache-2.0
- Created: 2019-01-02T04:01:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T03:52:42.000Z (about 2 years ago)
- Last Synced: 2023-12-18T04:33:17.431Z (about 2 years ago)
- Topics: php-client, rocketmq
- Language: C
- Homepage:
- Size: 487 KB
- Stars: 89
- Watchers: 7
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 赞赏