google / cloud-securitycentermanagement
Google Cloud Security Center Management Client for PHP
v1.0.0
2024-06-21 16:37 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
PHP 客户端,用于Google Cloud Security Center Management。
注意: 此存储库是Google Cloud PHP的一部分。任何支持请求、错误报告或开发贡献应指向该项目。
安装
首先,安装 PHP 偏好依赖管理器Composer。
现在,安装此组件
$ composer require google/cloud-securitycentermanagement
浏览 PHP 的完整Google Cloud APIs列表
此组件支持 HTTP/1.1 上的 REST 和 gRPC。为了利用 gRPC 提供的好处(如流方法),请参阅我们的gRPC 安装指南。
身份验证
请参阅我们的身份验证指南以获取有关身份验证客户端的更多信息。一旦身份验证成功,您就可以开始发送请求。
示例
请参阅示例目录以获取示例列表。
版本
此组件被认为是 GA(通用可用)。因此,在任何一个次要或补丁版本中,它都不会引入不兼容的更改。我们将优先解决问题和请求。
下一步
- 了解官方文档。