# pulsar-client-phpcpp **Repository Path**: chinakeyboardman/pulsar-client-phpcpp ## Basic Information - **Project Name**: pulsar-client-phpcpp - **Description**: php使用pulsar消息队列服务的客户端,基于PHP-CPP、C++开发的php扩展。 部署和编译安装教程:https://blog.csdn.net/qq_35894453/article/details/125497933 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-01 - **Last Updated**: 2023-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pulsar-client-phpcpp PHP extension to use pulsar, make by pulsar-client-cpp and php-cpp. # install? See the Dockerfile, it has shell command. Download this project and PHP-CPP project, then make, install; You also can build a 'php-pulsar-client.deb', to use more convenient after that; # other Thank for [oraoto/pulsar-client-phpcpp](https://github.com/oraoto/pulsar-client-phpcpp). When I want to use pulsar by PHP, first time I use websocket, then I found this project. This project seems no longer update, I need more function, so I relay this job. Cpp is great!It can help PHPer to develop PHP extension and do more.