承接 dualmedia/savepoint-prevent-crash-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dualmedia/savepoint-prevent-crash-bundle

最新稳定版本:1.1

Composer 安装命令:

composer require dualmedia/savepoint-prevent-crash-bundle

包简介

Bundle to prevent savepoint rollback from crashing Doctrine in MariaDB

README 文档

README

Packagist Downloads

Savepoint Prevent (Rollback) Crash Bundle

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

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

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

Why

doctrine/orm#11230

We use it in production for months now with no issues alongside our doctrine-retry-bundle (check it out).

统计信息

  • 总下载量: 87
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-17