google / cloud-cloudcontrolspartner
Google Cloud Cloud Controls Partner 客户端(PHP语言版)
v0.2.0
2024-09-13 22:45 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-09-21 17:11:26 UTC
README
为 Google Cloud Cloud Controls Partner 提供的惯用 PHP 客户端。
注意: 此存储库是 Google Cloud PHP 的一部分。任何支持请求、错误报告或开发贡献应指向该项目。
安装
首先,安装 PHP 的首选依赖关系管理器 Composer。
现在,安装此组件
$ composer require google/cloud-cloudcontrolspartner
浏览 PHP 的完整 Google Cloud APIs 列表
此组件支持 HTTP/1.1 上的 REST 和 gRPC。为了利用 gRPC(如流方法)提供的优势,请参阅我们的 gRPC 安装指南。
身份验证
有关对客户端进行身份验证的更多信息,请参阅我们的 身份验证指南。身份验证后,您即可开始发送请求。
示例
有关示例的官方列表,请参阅 samples 目录。
版本
此组件被视为 alpha 版本。因此,它仍然是一个正在进行中的项目,并且更有可能收到不兼容的更新。
下一步
- 了解 官方文档。