PHPackages                             nalogka/doctrine-reconnect-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. nalogka/doctrine-reconnect-bundle

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

nalogka/doctrine-reconnect-bundle
=================================

v0.2.1(7y ago)02.5kMITPHPPHP ^7.1.3

Since Apr 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nalozhka/doctrine-reconnect-bundle)[ Packagist](https://packagist.org/packages/nalogka/doctrine-reconnect-bundle)[ RSS](/packages/nalogka-doctrine-reconnect-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (5)Used By (0)

Doctrine reconnect
==================

[](#doctrine-reconnect)

Symfony bundle that checks connection has alive and reconnects if has not.

Installing
----------

[](#installing)

```
composer require nalogka/doctrine-reconnect-bundle
```

After that you can set up retries limit and time interval between retries:

```
# file: config/packages/doctrine_reconnect.yaml
doctrine_reconnect:
    max_retries: 12
    wait_before_retry: 333333 # microseconds
```

Doctrine configuration
----------------------

[](#doctrine-configuration)

Set connection wrapper class provided by Bundle as Doctrine DBAL Wrapper

```
# file: config/packages/doctrine.yaml
doctrine:
    dbal:
        wrapper_class: Nalogka\DoctrineReconnectBundle\DBAL\ConnectionWrapper
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.8% 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 ~3 days

Total

4

Last Release

2622d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/548575?v=4)[Anton Tyutin](/maintainers/AntonTyutin)[@AntonTyutin](https://github.com/AntonTyutin)

![](https://www.gravatar.com/avatar/97c0a1002cce2dabcb9ba51b6833fdbfaf462bdc4ca8e2af8d91c9927e5bdc91?d=identicon)[hitslab](/maintainers/hitslab)

![](https://avatars.githubusercontent.com/u/23307665?v=4)[Konstantin Lee](/maintainers/klee-dev)[@klee-dev](https://github.com/klee-dev)

---

Top Contributors

[![AntonTyutin](https://avatars.githubusercontent.com/u/548575?v=4)](https://github.com/AntonTyutin "AntonTyutin (7 commits)")[![hitslab](https://avatars.githubusercontent.com/u/1733190?v=4)](https://github.com/hitslab "hitslab (6 commits)")

### Embed Badge

![Health badge](/badges/nalogka-doctrine-reconnect-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nalogka-doctrine-reconnect-bundle/health.svg)](https://phpackages.com/packages/nalogka-doctrine-reconnect-bundle)
```

PHPackages © 2026

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