This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 0086d380 Add PHP part in 'Features and Status' of README.md (#503)
0086d380 is described below

commit 0086d3805927aca3eed7248f9fc9fbf2a37ed139
Author: Aaron Ai <[email protected]>
AuthorDate: Sat May 6 14:53:50 2023 +0800

    Add PHP part in 'Features and Status' of README.md (#503)
---
 README-CN.md | 20 ++++++++++----------
 README.md    | 20 ++++++++++----------
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/README-CN.md b/README-CN.md
index 79c868c3..4c23e06b 100644
--- a/README-CN.md
+++ b/README-CN.md
@@ -17,19 +17,19 @@
 * 可用 - ✅
 * 进行中 - 🚧
 
-| 特性                                            | Java  | C/C++ |  C#   | 
Golang | Rust  | Node.js | Python |
-| ---------------------------------------------- | :---: | :---: | :---: | 
:----: | :---: | :-----: | :----: |
-| Producer with standard messages                |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |    🚧    |   🚧    |
-| Producer with FIFO messages                    |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |    🚧    |   🚧    |
-| Producer with timed/delay messages             |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |    🚧    |   🚧    |
-| Producer with transactional messages           |   ✅   |   ✅   |   ✅   |   ✅ 
   |   🚧   |    🚧    |   🚧    |
-| Simple consumer                                |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |    🚧    |   🚧    |
-| Push consumer with concurrent message listener |   ✅   |   ✅   |   🚧   |   🚧 
   |   🚧   |    🚧    |   🚧    |
-| Push consumer with FIFO message listener       |   ✅   |   ✅   |   🚧   |   🚧 
   |   🚧   |    🚧    |   🚧    |
+| 特性                                           | Java  | C/C++ |  C#   | 
Golang | Rust  | Python | Node.js |  PHP  |
+| ---------------------------------------------- | :---: | :---: | :---: | 
:----: | :---: | :----: | :-----: | :---: |
+| Producer with standard messages                |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |   🚧    |    🚧    |   🚧   |
+| Producer with FIFO messages                    |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |   🚧    |    🚧    |   🚧   |
+| Producer with timed/delay messages             |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |   🚧    |    🚧    |   🚧   |
+| Producer with transactional messages           |   ✅   |   ✅   |   ✅   |   ✅ 
   |   🚧   |   🚧    |    🚧    |   🚧   |
+| Simple consumer                                |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |   🚧    |    🚧    |   🚧   |
+| Push consumer with concurrent message listener |   ✅   |   ✅   |   🚧   |   🚧 
   |   🚧   |   🚧    |    🚧    |   🚧   |
+| Push consumer with FIFO message listener       |   ✅   |   ✅   |   🚧   |   🚧 
   |   🚧   |   🚧    |    🚧    |   🚧   |
 
 ## 先决条件和构建
 
-由于本项目是以 monorepo 的形式组织的,因此如何构建它的说明可以在每种语言实现的子目录中找到。此外,由于 
[rocketmq-apis](https://github.com/apache/rocketmq-apis) 
作为一个子模块被包含在本项目中,可能会被一些语言的实现在构建时所引用,因此我们强烈建议使用以下命令克隆此存储库:
+本项目是以多语言 monorepo 的形式组织的,因此可以在每种语言的子目录中找到各自的构建命令。此外,由于 
[rocketmq-apis](https://github.com/apache/rocketmq-apis) 
作为一个子模块被包含在本项目中,可能会被一些语言的实现在构建时所引用,为了保证构建的顺利,我们强烈建议使用以下命令克隆此代码仓库:
 
 ```sh
 git clone --recursive [email protected]:apache/rocketmq-clients.git
diff --git a/README.md b/README.md
index 1496c35b..d857cdef 100644
--- a/README.md
+++ b/README.md
@@ -17,19 +17,19 @@ Provide cloud-native and robust solutions for Java, C++, 
C#, Golang, Rust and al
 * Ready - ✅
 * Work in progress - 🚧
 
-| Feature                                        | Java  | C/C++ |  C#   | 
Golang | Rust  | Node.js | Python |
-| ---------------------------------------------- | :---: | :---: | :---: | 
:----: | :---: | :-----: | :----: |
-| Producer with standard messages                |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |    🚧    |   🚧    |
-| Producer with FIFO messages                    |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |    🚧    |   🚧    |
-| Producer with timed/delay messages             |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |    🚧    |   🚧    |
-| Producer with transactional messages           |   ✅   |   ✅   |   ✅   |   ✅ 
   |   🚧   |    🚧    |   🚧    |
-| Simple consumer                                |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |    🚧    |   🚧    |
-| Push consumer with concurrent message listener |   ✅   |   ✅   |   🚧   |   🚧 
   |   🚧   |    🚧    |   🚧    |
-| Push consumer with FIFO message listener       |   ✅   |   ✅   |   🚧   |   🚧 
   |   🚧   |    🚧    |   🚧    |
+| Feature                                        | Java  | C/C++ |  C#   | 
Golang | Rust  | Python | Node.js |  PHP  |
+| ---------------------------------------------- | :---: | :---: | :---: | 
:----: | :---: | :----: | :-----: | :---: |
+| Producer with standard messages                |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |   🚧    |    🚧    |   🚧   |
+| Producer with FIFO messages                    |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |   🚧    |    🚧    |   🚧   |
+| Producer with timed/delay messages             |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |   🚧    |    🚧    |   🚧   |
+| Producer with transactional messages           |   ✅   |   ✅   |   ✅   |   ✅ 
   |   🚧   |   🚧    |    🚧    |   🚧   |
+| Simple consumer                                |   ✅   |   ✅   |   ✅   |   ✅ 
   |   ✅   |   🚧    |    🚧    |   🚧   |
+| Push consumer with concurrent message listener |   ✅   |   ✅   |   🚧   |   🚧 
   |   🚧   |   🚧    |    🚧    |   🚧   |
+| Push consumer with FIFO message listener       |   ✅   |   ✅   |   🚧   |   🚧 
   |   🚧   |   🚧    |    🚧    |   🚧   |
 
 ## Prerequisite and Build
 
-As this project is structured as a monorepo, instructions on how to build it 
can be found in the subdirectories for each language's bindings. Since the 
[rocketmq-apis](https://github.com/apache/rocketmq-apis) submodule is included 
in this project and may be referenced by some bindings, we strongly recommend 
that you clone this repository using the following command:
+This project is organized as a monorepo, with each language's bindings 
containing specific instructions in their respective subdirectories for 
building the project. As the 
[rocketmq-apis](https://github.com/apache/rocketmq-apis) submodule is 
incorporated into the project and could be utilized by some bindings, we highly 
advise cloning the repository by executing the command below:
 
 ```sh
 git clone --recursive [email protected]:apache/rocketmq-clients.git

Reply via email to