google / cloud-artifact-registry
Google Cloud Artifact Registry 客户端 for PHP
v1.0.0
2024-07-08 22:42 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-08 23:40:22 UTC
README
PHP 客户端,用于 Google Cloud Artifact Registry。
注意: 此存储库是 Google Cloud PHP 的一部分。任何支持请求、错误报告或开发贡献应直接指向该项目。
安装
首先,安装 PHP 的首选依赖项管理器 Composer。
现在安装此组件
$ composer require google/cloud-artifact-registry
此组件支持 HTTP/1.1 上 REST 和 gRPC。为了充分利用 gRPC(如流方法)提供的优势,请参阅我们的 gRPC 安装指南。
身份验证
有关如何对客户端进行身份验证的更多信息,请参阅我们的 身份验证指南。一旦身份验证完成,您就可以开始发出请求。
版本
此组件被视为 GA(通用可用)。因此,它不会在任何次要或补丁版本中引入不兼容的更改。我们将以最高优先级解决问题和请求。
下一步
- 了解 官方文档。