google / cloud-beyondcorp-appgateways
Google Cloud BeyondCorp AppGateways for PHP
v1.0.0
2024-06-28 21:34 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 BeyondCorp AppGateways for PHP 的PHP客户端。
注意:此存储库是 Google Cloud PHP 的一部分。有关支持请求、错误报告或开发贡献,请直接联系该项目。
安装
首先,安装PHP首选的依赖关系管理器 Composer。
现在安装此组件
$ composer require google/cloud-beyondcorp-appgateways
此组件支持HTTP/1.1上的REST和gRPC。为了利用gRPC(如流式传输方法)提供的优势,请参阅我们的 gRPC安装指南。
身份验证
有关客户端身份验证的更多信息,请参阅我们的 身份验证指南。身份验证后,您即可开始发送请求。
版本
此组件被视为测试版。因此,应预期其大部分是稳定的,我们正在努力发布候选版本。我们将优先解决问题和请求。
下一步
- 了解 官方文档。