google / cloud-dataform
Google Cloud Dataform PHP 客户端
v0.4.5
2024-06-01 03:14 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.
README
Google Cloud Dataform 的惯用 PHP 客户端。
注意:该仓库是 Google Cloud PHP 的一部分。[https://github.com/googleapis/google-cloud-php](https://github.com/googleapis/google-cloud-php)。任何支持请求、错误报告或开发贡献应指向该项目。
安装
首先,安装 PHP 首选依赖管理器 [Composer](https://getcomposer.org.cn/)。
现在安装此组件
$ composer require google/cloud-dataform
此组件支持 HTTP/1.1 上的 REST 和 gRPC。为了利用 gRPC(例如流方法)提供的优势,请参阅我们的 [gRPC 安装指南](https://cloud.google.com/php/grpc)。
身份验证
有关如何对客户端进行身份验证的更多信息,请参阅我们的 [身份验证指南](https://github.com/googleapis/google-cloud-php/blob/main/AUTHENTICATION.md)。
版本
此组件被视为测试版。因此,应预期其大部分稳定,我们正在努力推出候选版本。我们将优先处理问题和请求。
下一步
- 了解 [官方文档](https://cloud.google.com/dataform/docs)。