承接 wwwision/dcb-eventstore-umadb-grpc 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

wwwision/dcb-eventstore-umadb-grpc

最新稳定版本:1.0.0

Composer 安装命令:

composer require wwwision/dcb-eventstore-umadb-grpc

包简介

UmaDB adapter (gRPC) for the Dynamic Consistency Boundary implementation

README 文档

README

UmaDB adapter for the Dynamic Consistency Boundary implementation.

Usage

Install via composer:

composer require wwwision/dcb-eventstore-umadb-grpc

Create instance

use Wwwision\DCBEventStoreUmaDbGrpc\UmaDbEventStore;

$eventStore = UmaDbEventStore::create('127.0.0.1:50051');

Specify api key / CA certificate

UmaDB can be used with TLS and API Key:

use Wwwision\DCBEventStoreUmaDbGrpc\UmaDbEventStore;

$eventStore = UmaDbEventStore::create(
  hostname: '127.0.0.1:50051',
  apiKey: 'secret',
  caPath: '/path/to/certificate.pem',
);

See wwwision/dcb-eventstore for more details and usage examples

Note

This package requires the custom UmaDB PHP extension to be installed See wwwision/dcb-eventstore-umadb-grpc for a version that uses gRPC

Contribution

Contributions in the form of issues or pull requests are highly appreciated

License

See LICENSE

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-05