# rocketmq-client4php **Repository Path**: said2013/rocketmq-client4php ## Basic Information - **Project Name**: rocketmq-client4php - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2016-12-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rocketmq-client4php ## Installation Guide #### Prerequisite 1. Install [rocketmq-client4cpp](https://github.com/lizhanhui/rocketmq-client4cpp) 2. Install [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) ### Install rocketmq-client4php 1. clone this repository to a directory, say rocketmq-client4php 2. cd rocketmq-client4php 3. make 4. Now you have a php extension rocketmqclient4php.so 5. modify your php.ini file to include this extension ## Verification 1. Update sample.php file to meet your test scenario, say topic, consumer group, etc. 2. Execute "php -f sample.php"