PHPackages                             symsensor/actuator-doctrine-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. symsensor/actuator-doctrine-bundle

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

symsensor/actuator-doctrine-bundle
==================================

Extension to monitor the doctrine connection for the actuator bundle

v1.1.0(2y ago)015.8k↑100.5%MITPHP

Since Aug 9Pushed 2y agoCompare

[ Source](https://github.com/SymSensor/ActuatorDoctrineBundle)[ Packagist](https://packagist.org/packages/symsensor/actuator-doctrine-bundle)[ RSS](/packages/symsensor-actuator-doctrine-bundle/feed)WikiDiscussions main Synced 2d ago

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

ActuatorDoctrineBundle
======================

[](#actuatordoctrinebundle)

[![](https://github.com/SymSensor/ActuatorDoctrineBundle/raw/main/docs/logo.png?raw=true)](https://github.com/SymSensor/ActuatorDoctrineBundle/blob/main/docs/logo.png?raw=true)

ActuatorDoctrineBundle extends [ActuatorBundle](https://github.com/SymSensor/ActuatorBundle) by providing health indicator and information collector for doctrine.

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require symsensor/actuator-doctrine-bundle
```

### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

#### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require symsensor/actuator-doctrine-bundle
```

#### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    SymSensor\ActuatorBundle\SymSensorActuatorDoctrineBundle::class => ['all' => true],
];
```

Configuration
-------------

[](#configuration)

The Bundle can be configured with a configuration file named `config/packages/sym_sensor_actuator.yaml`. Following snippet shows the default value for all configurations:

```
sym_sensor_actuator_doctrine:
  connections:
    default:
      service: doctrine.dbal.default_connection
      check_sql: SELECT 1

  migrations:
    enabled: true
    check_unavailable: true
    report_unavailable_as_down: false
```

Following table outlines the configuration:

keydefaultdescriptionsym\_sensor\_actuator\_doctrine.connectionsArrayContains a list of names, where each represents an connection to e database. The name itself can be chosen at willsym\_sensor\_actuator\_doctrine.connections.`name`.enabledtrueIf the connection associated with this name should monitoredsym\_sensor\_actuator\_doctrine.connections.`name`.service'Doctrine\\DBAL\\Connection'The service name inside the dependency injection container. You can lookup your connection name with `bin/console debug:container`sym\_sensor\_actuator\_doctrine.connections.`name`.check\_sql'Select 1'The SQL which will be executed to determine if the database is up. The response will be ignored, it only matters if the sql can be executed without error. If you set this to `~` it will only check if a connection to the database can be establishedsym\_sensor\_actuator\_doctrine.migrations.enabledtrueIf the migration check should be enabled in health / info endpointsym\_sensor\_actuator\_doctrine.migrations.check\_unavailabletrueIf the health endpoint should check the unavailable migrationssym\_sensor\_actuator\_doctrine.migrations.report\_unavailable\_as\_downfalseIf unavailable migrations should count as unknown or downLicense
-------

[](#license)

ActuatorBundle is released under the MIT Licence. See the bundled LICENSE file for details.

Author
------

[](#author)

Originally developed by [Arkadiusz Kondas](https://twitter.com/ArkadiuszKondas)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Total

4

Last Release

941d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/905dd52f3e3496d49f533a665ce4563dd944876be109503e36efd57bf9885c5b?d=identicon)[kreemer](/maintainers/kreemer)

---

Top Contributors

[![kreemer](https://avatars.githubusercontent.com/u/292258?v=4)](https://github.com/kreemer "kreemer (1 commits)")

---

Tags

actuatordoctrinesymfonysymfony-bundleactuator

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/symsensor-actuator-doctrine-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[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)[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.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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