PHPackages                             mrandmrssmith/idempotent-consumer-doctrine-persistence-bundle - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. mrandmrssmith/idempotent-consumer-doctrine-persistence-bundle

ActiveLibrary[Queues &amp; Workers](/categories/queues)

mrandmrssmith/idempotent-consumer-doctrine-persistence-bundle
=============================================================

idempotent-consumer-bundle

1.0.1(1y ago)13MITPHPPHP &gt;=7.2

Since Aug 29Pushed 1y ago8 watchersCompare

[ Source](https://github.com/mrandmrssmith/idempotent-consumer-doctrine-persistence-bundle)[ Packagist](https://packagist.org/packages/mrandmrssmith/idempotent-consumer-doctrine-persistence-bundle)[ RSS](/packages/mrandmrssmith-idempotent-consumer-doctrine-persistence-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (12)Versions (4)Used By (0)

Idempotent Consumer Doctrine Persistence Bundle
===============================================

[](#idempotent-consumer-doctrine-persistence-bundle)

This bundle provide persistence layer for idempotent consumer using doctrine

Installation
------------

[](#installation)

Add this package to your project

```
composer require mrandmrssmith/idempotent-consumer-doctrine-persistence-bundle
```

Usage
-----

[](#usage)

1. Configure doctrine
    - in your `doctrine.yaml` add mapping for this bundle

```
          mms_idempotent_consumer_doctrine_persistence_bundle:
              is_bundle: false
              type: annotation
              dir: '%kernel.project_dir%/vendor/mrandmrssmith/idempotent-consumer-doctrine-persistence-bundle/src/Entity'
              prefix: 'MrAndMrsSmith\IdempotentConsumerDoctrinePersistenceBundle\Entity'
              alias: IdempotentConsumerDoctrinePersistenceBundle
```

2. Configure your migrations in `doctrine_migrations.yaml` to `migration_paths` add:

```
        'MrAndMrsSmith\IdempotentConsumerDoctrinePersistenceBundle\Persistence\Migrations': '%kernel.project_dir%/vendor/mrandmrssmith/idempotent-consumer-doctrine-persistence-bundle/src/Persistence/Migrations'
```

3. Run migrations as usual

```
  bin/console doctrine:migrations:migrate
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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

Total

2

Last Release

600d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a989b8a3335341544d351bceefcaa8426dc3a7af9df556a978beae890a330803?d=identicon)[gui-ver](/maintainers/gui-ver)

---

Top Contributors

[![wincenty-pukar-tsh](https://avatars.githubusercontent.com/u/152873679?v=4)](https://github.com/wincenty-pukar-tsh "wincenty-pukar-tsh (2 commits)")[![michalboryczko](https://avatars.githubusercontent.com/u/50073344?v=4)](https://github.com/michalboryczko "michalboryczko (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mrandmrssmith-idempotent-consumer-doctrine-persistence-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mrandmrssmith-idempotent-consumer-doctrine-persistence-bundle/health.svg)](https://phpackages.com/packages/mrandmrssmith-idempotent-consumer-doctrine-persistence-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[novosga/novosga

Customer queue management system

26457.9k](/packages/novosga-novosga)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)

PHPackages © 2026

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