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
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-05