【发布时间】:2019-09-20 04:42:49
【问题描述】:
在不推荐 grpc 扩展的情况下,有没有其他方法可以使用 Php 配置 Firestore?
我的服务器不支持 grpc 扩展。服务器包含centOs和RHEL6。
【问题讨论】:
标签: php google-cloud-firestore grpc
在不推荐 grpc 扩展的情况下,有没有其他方法可以使用 Php 配置 Firestore?
我的服务器不支持 grpc 扩展。服务器包含centOs和RHEL6。
【问题讨论】:
标签: php google-cloud-firestore grpc
您可以尝试以下任一方法:
- Github 存储库:Firestore PHP Client without gRCP extension
- Packagist - PHP 包存储库:Firestore SDK for PHP without gRPC
- Github 存储库:Firestore SDK for PHP without gRPC
【讨论】:
composer require google/cloud-firestore。查看此link 以供进一步参考