PHPackages                             eventsauce/doctrine-message-repository - 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. eventsauce/doctrine-message-repository

Abandoned → [eventsauce/message-repository-for-doctrine](/?search=eventsauce%2Fmessage-repository-for-doctrine)ArchivedLibrary[Database &amp; ORM](/categories/database)

eventsauce/doctrine-message-repository
======================================

Doctrine Message Repository for EventSauce

0.8.3(5y ago)16165.2k↓46.3%8MITPHPPHP ^7.3.0 || ^8.0.0

Since Mar 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/EventSaucePHP/DoctrineMessageRepository)[ Packagist](https://packagist.org/packages/eventsauce/doctrine-message-repository)[ RSS](/packages/eventsauce-doctrine-message-repository/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (5)Versions (14)Used By (0)

Doctrine Message Repository for EventSauce
==========================================

[](#doctrine-message-repository-for-eventsauce)

> ⚠️ This repository is abandoned in favor of the newer [`eventsauce/message-repository-for-doctrine`](https://github.com/EventSaucePHP/MessageRepositoryForDoctrine) library.

```
use Doctrine\DBAL\Connection;
use EventSauce\DoctrineMessageRepository\DoctrineMessageRepository;
use EventSauce\EventSourcing\Serialization\MessageSerializer;

/** @var Connection $doctrineConnection */
$doctrineConnection = setup_doctrine_connection();
/** @var MessageSerializer $messageSerializer */
$messageSerializer = setup_message_serializer();
$messageRepository = new DoctrineMessageRepository(
    $doctrineConnection,
    $messageSerializer,
    'your_table_name',
);
```

Next step: [Use it when bootstrapping your aggregate root repository](https://eventsauce.io/docs/event-sourcing/bootstrap/)

For the schema used for this repository, see:

- [The MySQL schema setup](https://github.com/EventSaucePHP/DoctrineMessageRepository/blob/master/tests/setup-mysql-schema.php)
- [The PostgreSQL schema setup](https://github.com/EventSaucePHP/DoctrineMessageRepository/blob/master/tests/setup-postgres-schema.php)

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~95 days

Recently: every ~117 days

Total

12

Last Release

1996d ago

PHP version history (2 changes)0.8.1PHP ^7.2 || ^8.0

0.8.3PHP ^7.3.0 || ^8.0.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/534693?v=4)[Frank de Jonge](/maintainers/frankdejonge)[@frankdejonge](https://github.com/frankdejonge)

---

Top Contributors

[![frankdejonge](https://avatars.githubusercontent.com/u/534693?v=4)](https://github.com/frankdejonge "frankdejonge (56 commits)")[![Ocramius](https://avatars.githubusercontent.com/u/154256?v=4)](https://github.com/Ocramius "Ocramius (17 commits)")[![driesvints](https://avatars.githubusercontent.com/u/594614?v=4)](https://github.com/driesvints "driesvints (6 commits)")[![ptondereau](https://avatars.githubusercontent.com/u/4287777?v=4)](https://github.com/ptondereau "ptondereau (5 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/eventsauce-doctrine-message-repository/health.svg)

```
[![Health](https://phpackages.com/badges/eventsauce-doctrine-message-repository/health.svg)](https://phpackages.com/packages/eventsauce-doctrine-message-repository)
```

###  Alternatives

[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

10.2k3.5k](/packages/leantime-leantime)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

5.1k5.2k](/packages/shlinkio-shlink)[patchlevel/event-sourcing

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

207362.9k13](/packages/patchlevel-event-sourcing)

PHPackages © 2026

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