PHP 项目使用 google/protobuf

使用 brew 安装 protobuf brew 安装 protobuf: brew install protobuf 检查是否安装成功: protoc --version 源码安装 php-protobuf 下载 allegro/php-protobuf 项目并编译安装: git clone https://github.com/allegro/php-protobuf cd php-protobuf composer install ./configure make make install 检查 php.ini 的路径并编辑添加