定制 google/cloud-bigtable 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

google/cloud-bigtable

最新稳定版本:v2.20.0

Composer 安装命令:

composer require google/cloud-bigtable

包简介

Cloud Bigtable Client for PHP

README 文档

README

Idiomatic PHP client for Google Cloud Bigtable.

Latest Stable Version Packagist

NOTE: This repository is part of Google Cloud PHP. Any support requests, bug reports, or development contributions should be directed to that project.

A high performance NoSQL database service for large analytical and operational workloads.

Installation

To begin, install the preferred dependency manager for PHP, Composer.

Now install this component:

$ composer require google/cloud-bigtable

This component supports both REST over HTTP/1.1 and gRPC. In order to take advantage of the benefits offered by gRPC (such as streaming methods) please see our gRPC installation guide.

Notable Client Differences

The handwritten client offered by this package differs from the others in google-cloud-php in that it more directly wraps our generated clients. This means some of the idioms and configuration options you are used to may differ slightly. The most notable differences are outlined below:

  • A key file is now provided through the credentials configuration option as opposed to either keyFile or keyFilePath.
  • There is now more granular control over retry logic. Please see the bigtable_client_config.json file for an example of the configuration which can be passed into the client at construction time.
  • Exceptions triggered at the network level utilize the base class Google\ApiCore\ApiException as opposed to Google\Cloud\Core\ServiceException.
  • The authHttpHandler and httpHandler client configuration options are now provided through $credentialsConfig['authHttpHandler'] and $transportConfig['httpHandler'], respectively. Additionally, please note the httpHandler should now return an implementation of Guzzle's PromiseInterface.

Authentication

Please see our Authentication guide for more information on authenticating your client. Once authenticated, you'll be ready to start making requests.

When going through the authentication guide, please take note that the handwritten client for this package will more closely follow the conventions outlined for the generated clients.

Sample

use Google\ApiCore\ApiException;
use Google\Cloud\Bigtable\V2\Client\BigtableClient;
use Google\Cloud\Bigtable\V2\PingAndWarmRequest;
use Google\Cloud\Bigtable\V2\PingAndWarmResponse;

// Create a client.
$bigtableClient = new BigtableClient();

// Prepare the request message.
$request = (new PingAndWarmRequest())
    ->setName($formattedName);

// Call the API and handle any network failures.
try {
    /** @var PingAndWarmResponse $response */
    $response = $bigtableClient->pingAndWarm($request);
    printf('Response data: %s' . PHP_EOL, $response->serializeToJsonString());
} catch (ApiException $ex) {
    printf('Call failed with message: %s' . PHP_EOL, $ex->getMessage());
}

Debugging

Please see our Debugging guide for more information about the debugging tools.

Version

This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in any minor or patch releases. We will address issues and requests with the highest priority.

Please see the migration guide to upgrade from V1 of the library to V2.

Next Steps

Take a look at and understand the official documentation.

统计信息

  • 总下载量: 361.03k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 14
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 13
  • Watchers: 51
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固