PHPackages                             dualmedia/savepoint-prevent-crash-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. [Database &amp; ORM](/categories/database)
4. /
5. dualmedia/savepoint-prevent-crash-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

dualmedia/savepoint-prevent-crash-bundle
========================================

Bundle to prevent savepoint rollback from crashing Doctrine in MariaDB

1.1(9mo ago)0384↑21.4%MITPHPPHP ^8.3

Since Sep 17Pushed 9mo agoCompare

[ Source](https://github.com/dualmediaspzoo/savepoint-prevent-crash-bundle)[ Packagist](https://packagist.org/packages/dualmedia/savepoint-prevent-crash-bundle)[ RSS](/packages/dualmedia-savepoint-prevent-crash-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (9)Versions (4)Used By (0)

[![Packagist Downloads](https://camo.githubusercontent.com/c1f2573096b4002c2e3376c1b4489ac573d1f012809f5bae1090ef49913a1e07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6475616c6d656469612f73617665706f696e742d70726576656e742d63726173682d62756e646c65)](https://packagist.org/packages/dualmedia/savepoint-prevent-crash-bundle)

Savepoint Prevent (Rollback) Crash Bundle
=========================================

[](#savepoint-prevent-rollback-crash-bundle)

A simple Symfony + Doctrine bundle to help with MariaDB/MySql-based rollback behavior.

Install
-------

[](#install)

Simply `composer require dualmedia/savepoint-prevent-crash-bundle`

Then add the bundle to your `config/bundles.php` file like so

```
return [
    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
    // other bundles ...
    DualMedia\DoctrineRetryBundle\DoctrineRetryBundle::class => ['all' => true],
];
```

Setup
-----

[](#setup)

No configuration is required. Middleware is enabled along the bundle.

Why
---

[](#why)

[doctrine/orm#11230](https://github.com/doctrine/orm/issues/11230)

We use it in production for months now with no issues alongside our [doctrine-retry-bundle](https://github.com/dualmediaspzoo/doctrine-retry-bundle) (check it out).

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance56

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

289d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0642c17604cd51622ad504c999eb75ba78e5768bfa998eaa2922366fc90f0302?d=identicon)[pkly](/maintainers/pkly)

---

Top Contributors

[![pkly](https://avatars.githubusercontent.com/u/17160364?v=4)](https://github.com/pkly "pkly (8 commits)")

---

Tags

doctrinephpsymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dualmedia-savepoint-prevent-crash-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dualmedia-savepoint-prevent-crash-bundle/health.svg)](https://phpackages.com/packages/dualmedia-savepoint-prevent-crash-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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