PHPackages                             matiux/broadway-sensitive-serializer-dbal - 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. [Database &amp; ORM](/categories/database)
4. /
5. matiux/broadway-sensitive-serializer-dbal

ActiveLibrary[Database &amp; ORM](/categories/database)

matiux/broadway-sensitive-serializer-dbal
=========================================

Broadway sensitive serializer implementation using doctrine/dbal

v1.0.0(3y ago)0124MITPHPPHP ^7.4|^8

Since Dec 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/matiux/broadway-sensitive-serializer-dbal)[ Packagist](https://packagist.org/packages/matiux/broadway-sensitive-serializer-dbal)[ RSS](/packages/matiux-broadway-sensitive-serializer-dbal/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (14)Versions (12)Used By (0)

broadway-sensitive-serializer-dbal
==================================

[](#broadway-sensitive-serializer-dbal)

[![check dependencies](https://github.com/matiux/broadway-sensitive-serializer-dbal/actions/workflows/check-dependencies.yml/badge.svg)](https://github.com/matiux/broadway-sensitive-serializer-dbal/actions/workflows/check-dependencies.yml/badge.svg)[![test](https://github.com/matiux/broadway-sensitive-serializer-dbal/actions/workflows/tests.yml/badge.svg)](https://github.com/matiux/broadway-sensitive-serializer-dbal/actions/workflows/tests.yml/badge.svg)[![codecov](https://camo.githubusercontent.com/6b601990944dfc4c885d0753dcff5cbd2b3a9b70003d3c426ccf86f9c9c31b00/68747470733a2f2f636f6465636f762e696f2f67682f6d61746975782f62726f61647761792d73656e7369746976652d73657269616c697a65722d6462616c2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/matiux/broadway-sensitive-serializer-dbal)[![type coverage](https://camo.githubusercontent.com/7fa38ee74ee4a082136316a3e2e61b5a343962e57892b970693ab8ddb7ac516b/68747470733a2f2f73686570686572642e6465762f6769746875622f6d61746975782f62726f61647761792d73656e7369746976652d73657269616c697a65722d6462616c2f636f7665726167652e737667)](https://shepherd.dev/github/matiux/broadway-sensitive-serializer-dbal)[![psalm level](https://camo.githubusercontent.com/4078c2ebce750a471241b4918096b04c70f3e7a810e5a41f33510a0a3087525b/68747470733a2f2f73686570686572642e6465762f6769746875622f6d61746975782f62726f61647761792d73656e7369746976652d73657269616c697a65722d6462616c2f6c6576656c2e737667)](https://shepherd.dev/github/matiux/broadway-sensitive-serializer-dbal)[![security analysis status](https://github.com/matiux/broadway-sensitive-serializer-dbal/actions/workflows/security-analysis.yml/badge.svg)](https://github.com/matiux/broadway-sensitive-serializer-dbal/actions/workflows/security-analysis.yml/badge.svg)[![coding standards status](https://github.com/matiux/broadway-sensitive-serializer-dbal/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/matiux/broadway-sensitive-serializer-dbal/actions/workflows/coding-standards.yml/badge.svg)

Broadway [sensitive serializer](https://github.com/matiux/broadway-sensitive-serializer) dbal implementation using [doctrine/dbal](https://github.com/doctrine/dbal).

Read the [wiki](https://github.com/matiux/broadway-sensitive-serializer/wiki) for more information.

Setup for development
---------------------

[](#setup-for-development)

```
git clone https://github.com/matiux/broadway-sensitive-serializer-dbal.git && cd broadway-sensitive-serializer-dbal
cp docker/docker-compose.override.dist.yml docker/docker-compose.override.yml
rm -rf .git/hooks && ln -s ../scripts/git-hooks .git/hooks
```

### Install dependencies to run test

[](#install-dependencies-to-run-test)

```
make upd
make composer ARG="install"
```

### Run test

[](#run-test)

```
make build-php ARG="--no-cache"
make upd
make phpunit
```

This repository uses GitHub actions to perform some checks. If you want to test the actions locally you can use [act](https://github.com/nektos/act). For example if you want to check the action for static analysis

```
act -P ubuntu-latest=shivammathur/node:latest --job static-analysis

```

Symfony container registration
------------------------------

[](#symfony-container-registration)

```
services:
  broadway_sensitive_serializer.aggregate_keys.dbal:
    class: Matiux\Broadway\SensitiveSerializer\Dbal\DBALAggregateKeys
    arguments:
      $connection: "@doctrine.dbal.default_connection"
      $tableName: "aggregate_keys"
      $useBinary: false
      $binaryUuidConverter: "@broadway.uuid.converter"
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

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

Recently: every ~63 days

Total

10

Last Release

1331d ago

Major Versions

v0.3.0 → v1.0.02022-09-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/3dbb29f3b357ce6dca7814fa75de51d9f7fa2e9961a28236bef8cf18e0a5f98f?d=identicon)[matiux](/maintainers/matiux)

---

Top Contributors

[![matiux](https://avatars.githubusercontent.com/u/821668?v=4)](https://github.com/matiux "matiux (31 commits)")

---

Tags

dbalserializerDomain Driven Designdddevent sourcingcqrsgdprsensitization

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/matiux-broadway-sensitive-serializer-dbal/health.svg)

```
[![Health](https://phpackages.com/badges/matiux-broadway-sensitive-serializer-dbal/health.svg)](https://phpackages.com/packages/matiux-broadway-sensitive-serializer-dbal)
```

###  Alternatives

[broadway/broadway

Infrastructure and testing helpers for creating CQRS and event sourced applications.

1.5k2.0M53](/packages/broadway-broadway)[patchlevel/event-sourcing

A lightweight but also all-inclusive event sourcing library with a focus on developer experience

198283.8k7](/packages/patchlevel-event-sourcing)[broadway/broadway-bundle

Symfony bundle for broadway/broadway.

68853.8k7](/packages/broadway-broadway-bundle)[nwidart/laravel-broadway

A Laravel adapter for the Broadway ES/CQRS package.

12315.0k](/packages/nwidart-laravel-broadway)

PHPackages © 2026

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