PHPackages                             wwwision/dcb-eventstore-umadb - 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. wwwision/dcb-eventstore-umadb

ActivePackage

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

UmaDB adapter for the Dynamic Consistency Boundary implementation

1.0.1(4mo ago)10MITPHPPHP &gt;=8.4CI passing

Since Nov 27Pushed 4mo agoCompare

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

READMEChangelog (2)Dependencies (10)Versions (7)Used By (0)

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

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

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

Usage
-----

[](#usage)

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

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

### Create instance

[](#create-instance)

```
use Wwwision\DCBEventStoreUmaDb\UmaDbEventStore;

$eventStore = UmaDbEventStore::create('http://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\DCBEventStoreUmaDb\UmaDbEventStore;

$eventStore = UmaDbEventStore::create(
  url: 'http://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 requires the custom [UmaDB PHP extension](https://github.com/bwaidelich/umadb-php) to be installed See [wwwision/dcb-eventstore-umadb-grpc](https://github.com/bwaidelich/dcb-eventstore-umadb-grpc) for a version that uses gRPC

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

37

—

LowBetter than 83% of packages

Maintenance75

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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 ~0 days

Total

2

Last Release

134d ago

### 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 (8 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[symfony/symfony

The Symfony PHP framework

31.3k86.3M2.2k](/packages/symfony-symfony)[phpdocumentor/reflection-docblock

With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.

9.4k722.2M1.2k](/packages/phpdocumentor-reflection-docblock)[kreait/firebase-php

Firebase Admin SDK

2.4k39.7M72](/packages/kreait-firebase-php)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k26.2M1.8k](/packages/infection-infection)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[mailgun/mailgun-php

The Mailgun SDK provides methods for all API functions.

1.1k28.9M168](/packages/mailgun-mailgun-php)

PHPackages © 2026

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