google / cloud-parallelstore
Google Cloud Parallelstore PHP客户端
v0.5.0
2024-08-02 22:35 UTC
Requires
- php: ^8.0
- google/gax: ^1.34.0
Requires (Dev)
- phpunit/phpunit: ^9.0
Suggests
- ext-grpc: Enables use of gRPC, a universal high-performance RPC framework created by Google.
- ext-protobuf: Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions.
This package is auto-updated.
Last update: 2024-08-31 03:52:20 UTC
README
Google Cloud Parallelstore的PHP惯用客户端。
注意:此存储库是Google Cloud PHP的一部分。任何支持请求、错误报告或开发贡献应指向该项目。
安装
首先,安装PHP的首选依赖管理器Composer。
现在,安装此组件
$ composer require google/cloud-parallelstore
浏览完整的PHPGoogle Cloud APIs列表
此组件支持HTTP/1.1的REST和gRPC。为了充分利用gRPC(如流方法)提供的优势,请参阅我们的gRPC安装指南。
认证
有关客户端认证的更多信息,请参阅我们的认证指南。认证后,您就可以开始发送请求了。
示例
请参阅示例目录以获取示例的规范列表。
版本
此组件被视为alpha版本。因此,它仍然是正在进行的工作,并且更有可能获得不兼容的更新。
下一步
- 了解官方文档。