PHPackages                             wwwision/dcb-eventstore-umadb-grpc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wwwision/dcb-eventstore-umadb-grpc

ActivePackage[Utility &amp; Helpers](/categories/utility)

wwwision/dcb-eventstore-umadb-grpc
==================================

UmaDB adapter (gRPC) for the Dynamic Consistency Boundary implementation

2.0.0(3w ago)20MITPHPPHP &gt;=8.4CI passing

Since Dec 28Pushed 3w agoCompare

[ Source](https://github.com/bwaidelich/dcb-eventstore-umadb-grpc)[ Packagist](https://packagist.org/packages/wwwision/dcb-eventstore-umadb-grpc)[ GitHub Sponsors](https://github.com/sponsors/bwaidelich)[ Fund](https://www.paypal.me/bwaidelich)[ RSS](/packages/wwwision-dcb-eventstore-umadb-grpc/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (24)Versions (5)Used By (0)

Dynamic Consistency Boundary Event Store - UmaDB adapter
========================================================

[](#dynamic-consistency-boundary-event-store---umadb-adapter)

[UmaDB](https://github.com/pyeventsourcing/umadb) adapter for the [Dynamic Consistency Boundary implementation](https://github.com/bwaidelich/dcb-eventstore).

Usage
-----

[](#usage)

Important

This adapter targets the UmaDB gRPC API as of **UmaDB `v0.6.6`** and requires a UmaDB server running that version or newer. Since `v0.6.6`, event metadata is stored in UmaDB's native `metadata` field, so event stores written with older versions of this adapter are not backwards-compatible and need to be re-created or migrated.

Install via [composer](https://getcomposer.org):

```
composer require wwwision/dcb-eventstore-umadb-grpc
```

### Create instance

[](#create-instance)

```
use Wwwision\DCBEventStoreUmaDbGrpc\UmaDbEventStore;

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

#### Specify api key / CA certificate

[](#specify-api-key--ca-certificate)

UmaDB can be used with [TLS and API Key](https://umadb.io/cli.html):

```
use Wwwision\DCBEventStoreUmaDbGrpc\UmaDbEventStore;

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

See [wwwision/dcb-eventstore](https://github.com/bwaidelich/dcb-eventstore) for more details and usage examples

Note

This package communicates with UmaDB via gRPC and requires the [gRPC PHP extension](https://github.com/grpc/grpc/tree/master/src/php) (`ext-grpc`) to be installed See [wwwision/dcb-eventstore-umadb](https://github.com/bwaidelich/dcb-eventstore-umadb) for a version that uses the custom [UmaDB PHP extension](https://github.com/bwaidelich/umadb-php) instead

Contribution
------------

[](#contribution)

Contributions in the form of [issues](https://github.com/bwaidelich/dcb-eventstore-umadb/issues) or [pull requests](https://github.com/bwaidelich/dcb-eventstore-umadb/pulls) are highly appreciated

License
-------

[](#license)

See [LICENSE](./LICENSE)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance94

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~204 days

Total

2

Last Release

27d ago

Major Versions

1.0.0 → 2.0.02026-07-21

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/307571?v=4)[Bastian Waidelich](/maintainers/bwaidelich)[@bwaidelich](https://github.com/bwaidelich)

---

Top Contributors

[![bwaidelich](https://avatars.githubusercontent.com/u/307571?v=4)](https://github.com/bwaidelich "bwaidelich (9 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wwwision-dcb-eventstore-umadb-grpc/health.svg)

```
[![Health](https://phpackages.com/badges/wwwision-dcb-eventstore-umadb-grpc/health.svg)](https://phpackages.com/packages/wwwision-dcb-eventstore-umadb-grpc)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M777](/packages/sylius-sylius)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

86337.5k](/packages/flow-php-flow)[google/gax

Google API Core for PHP

268121.1M633](/packages/google-gax)[googleads/google-ads-php

Google Ads API client for PHP

3528.8M15](/packages/googleads-google-ads-php)[clarifai/clarifai-php-grpc

Clarifai PHP gRPC client

1229.9k](/packages/clarifai-clarifai-php-grpc)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
