google / cloud-oracledatabase
Google Cloud Oracle Database PHP客户端
v0.1.0
2024-09-23 22:09 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 Oracle Database的PHP客户端,符合语言习惯。
注意:该仓库是Google Cloud PHP的一部分。有关支持请求、错误报告或开发贡献,请直接联系该项目。
安装
首先,安装PHP首选的依赖项管理器Composer。
现在,安装此组件
$ composer require google/cloud-oracledatabase
浏览PHP的完整Google Cloud APIs列表
此组件支持HTTP/1.1上的REST和gRPC。为了充分利用gRPC提供的优势(如流式传输方法),请参阅我们的gRPC安装指南。
身份验证
有关客户端身份验证的更多信息,请参阅我们的身份验证指南。一旦完成身份验证,您就可以开始发送请求了。
示例
有关示例的规范列表,请参阅示例目录。
版本
此组件被视为alpha版。因此,它仍在开发中,并且可能更频繁地接收与先前版本不兼容的更新。
下一步
- 了解官方文档。